Forked from Joystream/atlas https://github.com/Joystream/atlas
|
há 4 anos atrás | |
---|---|---|
.github | há 4 anos atrás | |
__generated__ | há 4 anos atrás | |
docs | há 4 anos atrás | |
public | há 4 anos atrás | |
scripts | há 4 anos atrás | |
src | há 4 anos atrás | |
.babelrc | há 4 anos atrás | |
.eslintignore | há 4 anos atrás | |
.eslintrc.js | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
.huskyrc | há 4 anos atrás | |
.prettierignore | há 4 anos atrás | |
.prettierrc.js | há 4 anos atrás | |
README.md | há 4 anos atrás | |
apollo.config.js | há 4 anos atrás | |
config-overrides.js | há 4 anos atrás | |
netlify.toml | há 4 anos atrás | |
package.json | há 4 anos atrás | |
tsconfig.json | há 4 anos atrás | |
tsconfig.paths.json | há 4 anos atrás | |
yarn.lock | há 4 anos atrás |
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