Forked from Joystream/atlas https://github.com/Joystream/atlas
|
hace 4 años | |
---|---|---|
.github | hace 4 años | |
__generated__ | hace 4 años | |
docs | hace 4 años | |
public | hace 4 años | |
scripts | hace 4 años | |
src | hace 4 años | |
.babelrc | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.js | hace 4 años | |
.gitignore | hace 4 años | |
.huskyrc | hace 4 años | |
.prettierignore | hace 4 años | |
.prettierrc.js | hace 4 años | |
README.md | hace 4 años | |
apollo.config.js | hace 4 años | |
config-overrides.js | hace 4 años | |
netlify.toml | hace 4 años | |
package.json | hace 4 años | |
tsconfig.json | hace 4 años | |
tsconfig.paths.json | hace 4 años | |
yarn.lock | hace 4 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
To run tests (Currently WIP) run:
$ yarn test
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