To get the project up and running, and view components in the browser, complete the following steps:
- Download and install Node: https://nodejs.org/
- Clone this repo:
git clone
(SSH) orgit clone
(HTTPS) - Install project dependancies:
yarn install
- Start the development environment:
yarn run dev
- Open your browser and visit http://localhost:3000
When developing components, you may want assets automatically compiled and the browser to refresh automatically. To do this, run the following task:
yarn run dev
yarn run storybook
To create a static instance of this project, run the following task:
yarn run build
To create a storybook static instance of this project, run the following task:
yarn run build-storybook