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

Bartosz Dryl e2cff1f658 Sidenavbar update (#228) %!s(int64=4) %!d(string=hai) anos
.github 2728eb643b rename PR checks %!s(int64=4) %!d(string=hai) anos
__generated__ e76a560ad1 remove atlas multi-package structure %!s(int64=4) %!d(string=hai) anos
docs 25c5625404 Update overview.md %!s(int64=4) %!d(string=hai) anos
public 412911a09b change index title %!s(int64=4) %!d(string=hai) anos
scripts 00b75b03ff add channel follows count (#212) %!s(int64=4) %!d(string=hai) anos
src e2cff1f658 Sidenavbar update (#228) %!s(int64=4) %!d(string=hai) anos
.babelrc e76a560ad1 remove atlas multi-package structure %!s(int64=4) %!d(string=hai) anos
.eslintignore e76a560ad1 remove atlas multi-package structure %!s(int64=4) %!d(string=hai) anos
.eslintrc.js fdbf052a33 upgrade CRA to v4 %!s(int64=4) %!d(string=hai) anos
.gitignore 958772fb0f Merge branch 'init_atlas' into atlas-components-merge %!s(int64=4) %!d(string=hai) anos
.huskyrc faa0dcd2c6 remove pre-push test hook %!s(int64=4) %!d(string=hai) anos
.prettierignore 586da5120b remove graphql-tools and @miragejs/graphql workaround (#13) %!s(int64=4) %!d(string=hai) anos
.prettierrc.js 114dded313 fix linting %!s(int64=4) %!d(string=hai) anos
README.md 60fd44ef2f Add StyleDoc (#193) %!s(int64=4) %!d(string=hai) anos
apollo.config.js a0c7d68711 add orion/atlas integration %!s(int64=4) %!d(string=hai) anos
config-overrides.js fdbf052a33 upgrade CRA to v4 %!s(int64=4) %!d(string=hai) anos
netlify.toml eb6682463d remove build commands from netlify.toml %!s(int64=4) %!d(string=hai) anos
package.json 5427880b9b refactor infinite grid, add channels view (#218) %!s(int64=4) %!d(string=hai) anos
tsconfig.json 586da5120b remove graphql-tools and @miragejs/graphql workaround (#13) %!s(int64=4) %!d(string=hai) anos
tsconfig.paths.json e76a560ad1 remove atlas multi-package structure %!s(int64=4) %!d(string=hai) anos
yarn.lock 5427880b9b refactor infinite grid, add channels view (#218) %!s(int64=4) %!d(string=hai) anos

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