Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 481 Bytes

Getting Started

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

Developer resources

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