Forked from Joystream/atlas https://github.com/Joystream/atlas

mikkio a5fe3c5260 remove hotjar integration (#237) пре 4 година
.github 2728eb643b rename PR checks пре 4 година
__generated__ e76a560ad1 remove atlas multi-package structure пре 4 година
docs 25c5625404 Update overview.md пре 4 година
public a5fe3c5260 remove hotjar integration (#237) пре 4 година
scripts 00b75b03ff add channel follows count (#212) пре 4 година
src a5fe3c5260 remove hotjar integration (#237) пре 4 година
.babelrc e76a560ad1 remove atlas multi-package structure пре 4 година
.eslintignore e76a560ad1 remove atlas multi-package structure пре 4 година
.eslintrc.js fdbf052a33 upgrade CRA to v4 пре 4 година
.gitignore 958772fb0f Merge branch 'init_atlas' into atlas-components-merge пре 4 година
.huskyrc faa0dcd2c6 remove pre-push test hook пре 4 година
.prettierignore 586da5120b remove graphql-tools and @miragejs/graphql workaround (#13) пре 4 година
.prettierrc.js 114dded313 fix linting пре 4 година
README.md 60fd44ef2f Add StyleDoc (#193) пре 4 година
apollo.config.js a0c7d68711 add orion/atlas integration пре 4 година
config-overrides.js fdbf052a33 upgrade CRA to v4 пре 4 година
netlify.toml eb6682463d remove build commands from netlify.toml пре 4 година
package.json 5427880b9b refactor infinite grid, add channels view (#218) пре 4 година
tsconfig.json 586da5120b remove graphql-tools and @miragejs/graphql workaround (#13) пре 4 година
tsconfig.paths.json e76a560ad1 remove atlas multi-package structure пре 4 година
yarn.lock 5427880b9b refactor infinite grid, add channels view (#218) пре 4 година

README.md

Getting Started

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

Developer resources

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