Forked from Joystream/atlas https://github.com/Joystream/atlas
Oleksandr Korniienko ff1c6216cd Fix style after merging video-player-update branch. | hace 3 años | |
---|---|---|
.github | hace 3 años | |
.storybook | hace 3 años | |
docs | hace 3 años | |
patches | hace 3 años | |
public | hace 3 años | |
scripts | hace 3 años | |
src | hace 3 años | |
.env | hace 3 años | |
.eslintignore | hace 3 años | |
.eslintrc.js | hace 3 años | |
.gitignore | hace 3 años | |
.huskyrc | hace 4 años | |
.node-version | hace 3 años | |
.prettierignore | hace 3 años | |
.prettierrc.js | hace 3 años | |
.stylelintrc.js | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
codegen.config.yml | hace 3 años | |
config-overrides.js | hace 3 años | |
netlify.toml | hace 3 años | |
package.json | hace 3 años | |
svgr.config.js | hace 3 años | |
tsconfig.json | hace 3 años | |
tsconfig.paths.json | hace 3 años | |
yarn.lock | hace 3 años |
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