Nitor Design System for nitoreans by nitoreans.
- Add an SSH key to Github
- Press the green button near the top-right corner, and copy the address (looks like [email protected]:..)
- Open Terminal or another command line client, and navigate to the folder that contains your projects (eg.
cd ~/code
) - type
git clone <paste the url here> flame
. This will create a folder called "flame", and clone this repo there
- First, make sure to have yarn installed. You'll also want a good code editor.
- Go to your flame folder, and type
yarn
. This will install all dependencies - To run the storybook, type
yarn run storybook
. - An easy way to get started is to combine these two commands:
yarn; yarn run storybook
Trello board: https://trello.com/b/2VvbnblC/flame
Slack channel: #flame