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

mikkio 8c52e19db8 sidenav safari fix (#712) %!s(int64=3) %!d(string=hai) anos
.github 2ab103b4fe update to the new testnet (#551) %!s(int64=3) %!d(string=hai) anos
.storybook bbfd2d8c23 create storybook size indicator (#425) %!s(int64=3) %!d(string=hai) anos
__generated__ 3c61ac676b home view content update (#236) %!s(int64=4) %!d(string=hai) anos
docs f345ba3069 replace mirage.js with msw.js mocking (#366) %!s(int64=4) %!d(string=hai) anos
netlify-plugins f345ba3069 replace mirage.js with msw.js mocking (#366) %!s(int64=4) %!d(string=hai) anos
patches cdaebcd8db add routing transition (#234) %!s(int64=4) %!d(string=hai) anos
public f345ba3069 replace mirage.js with msw.js mocking (#366) %!s(int64=4) %!d(string=hai) anos
scripts 135bcce555 signin flow update (#447) %!s(int64=3) %!d(string=hai) anos
src 8c52e19db8 sidenav safari fix (#712) %!s(int64=3) %!d(string=hai) anos
.babelrc e76a560ad1 remove atlas multi-package structure %!s(int64=4) %!d(string=hai) anos
.env 2ab103b4fe update to the new testnet (#551) %!s(int64=3) %!d(string=hai) anos
.eslintignore 673959c339 new search experience (#303) %!s(int64=4) %!d(string=hai) anos
.eslintrc.js b8bb594c38 add emotion eslint plugin %!s(int64=4) %!d(string=hai) anos
.gitignore 44916df35c personalisation integration (#304) %!s(int64=4) %!d(string=hai) anos
.huskyrc faa0dcd2c6 remove pre-push test hook %!s(int64=4) %!d(string=hai) anos
.node-version 2ab103b4fe update to the new testnet (#551) %!s(int64=3) %!d(string=hai) anos
.prettierignore d786e567dc ipfs file hashing utility (#407) %!s(int64=3) %!d(string=hai) anos
.prettierrc.js 114dded313 fix linting %!s(int64=4) %!d(string=hai) anos
LICENSE b86ade3e37 update license and package.json (#438) %!s(int64=3) %!d(string=hai) anos
README.md 44916df35c personalisation integration (#304) %!s(int64=4) %!d(string=hai) anos
codegen.config.yml 1d0a4c9cda Update schema (#396) %!s(int64=3) %!d(string=hai) anos
config-overrides.js 2ab103b4fe update to the new testnet (#551) %!s(int64=3) %!d(string=hai) anos
netlify.toml 44916df35c personalisation integration (#304) %!s(int64=4) %!d(string=hai) anos
package.json f9ccbe63cf fix create member validation %!s(int64=3) %!d(string=hai) anos
svgr-icons.config.js 3a4e23d324 icons update (#446) %!s(int64=3) %!d(string=hai) anos
tsconfig.json a388e2fc8b update storybook to v6, update emotion to v11 %!s(int64=4) %!d(string=hai) anos
tsconfig.paths.json 0d81b92ca2 initial polkadot setup (#402) %!s(int64=3) %!d(string=hai) anos
yarn.lock f9ccbe63cf fix create member validation %!s(int64=3) %!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

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