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