Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 712 Bytes

CONTRIBUTION.md

File metadata and controls

31 lines (25 loc) · 712 Bytes

Contributing to magic-kebab

The following is a set of guidelines for contributing to the Magic Kebab website on GitHub. These are just guidelines, not rules, so use your best judgment and feel free to propose changes to this document in a pull request.

Running the Site

Follow these steps to copy this repository to your computer and run the site:

git clone https://github.com/stantanasi/magic-kebab.git
cd magic-kebab
npm install
npm start

Structure

├── public
│   └── assets
│       ├── breads
│       ├── fillings
│       ├── meats
│       └── sauces
└── src
    ├── components
    ├── data
    └── pages