After cloning the repo, run:
$ cd atlas
$ yarn install
$ yarn start
To start the app on localhost:3000
, Storybook on localhost:6006
and the bundler in watch mode.
To build the app for distribution, run:
$ yarn build
More info on how Atlas works can be found in the Atlas overview. For a brief overview of the coding style within Atlas, check out our Style Guide