Forked from Joystream/atlas https://github.com/Joystream/atlas
Ricardo Maltez 2c48290c65 remove file to check push | 1 yıl önce | |
---|---|---|
.github | 3 yıl önce | |
.storybook | 3 yıl önce | |
docs | 3 yıl önce | |
patches | 3 yıl önce | |
public | 3 yıl önce | |
scripts | 3 yıl önce | |
src | 3 yıl önce | |
.env | 3 yıl önce | |
.eslintignore | 3 yıl önce | |
.eslintrc.js | 3 yıl önce | |
.gitignore | 3 yıl önce | |
.huskyrc | 4 yıl önce | |
.node-version | 3 yıl önce | |
.prettierignore | 3 yıl önce | |
.prettierrc.js | 3 yıl önce | |
.stylelintrc.js | 3 yıl önce | |
LICENSE | 3 yıl önce | |
README.md | 3 yıl önce | |
codegen.config.yml | 3 yıl önce | |
config-overrides.js | 3 yıl önce | |
netlify.toml | 3 yıl önce | |
package.json | 3 yıl önce | |
svgr.config.js | 3 yıl önce | |
tsconfig.json | 3 yıl önce | |
tsconfig.paths.json | 3 yıl önce | |
yarn.lock | 3 yıl önce |
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