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

Klaudiusz Dembler 136d85fdd8 hide unknown interrupted videos and followed channels (#690) hace 3 años
.github 2ab103b4fe update to the new testnet (#551) hace 3 años
.storybook bbfd2d8c23 create storybook size indicator (#425) hace 3 años
__generated__ 3c61ac676b home view content update (#236) hace 4 años
docs f345ba3069 replace mirage.js with msw.js mocking (#366) hace 4 años
netlify-plugins f345ba3069 replace mirage.js with msw.js mocking (#366) hace 4 años
patches cdaebcd8db add routing transition (#234) hace 4 años
public f345ba3069 replace mirage.js with msw.js mocking (#366) hace 4 años
scripts 135bcce555 signin flow update (#447) hace 3 años
src 136d85fdd8 hide unknown interrupted videos and followed channels (#690) hace 3 años
.babelrc e76a560ad1 remove atlas multi-package structure hace 4 años
.env 2ab103b4fe update to the new testnet (#551) hace 3 años
.eslintignore 673959c339 new search experience (#303) hace 4 años
.eslintrc.js b8bb594c38 add emotion eslint plugin hace 4 años
.gitignore 44916df35c personalisation integration (#304) hace 4 años
.huskyrc faa0dcd2c6 remove pre-push test hook hace 4 años
.node-version 2ab103b4fe update to the new testnet (#551) hace 3 años
.prettierignore d786e567dc ipfs file hashing utility (#407) hace 3 años
.prettierrc.js 114dded313 fix linting hace 4 años
LICENSE b86ade3e37 update license and package.json (#438) hace 3 años
README.md 44916df35c personalisation integration (#304) hace 4 años
codegen.config.yml 1d0a4c9cda Update schema (#396) hace 3 años
config-overrides.js 2ab103b4fe update to the new testnet (#551) hace 3 años
netlify.toml 44916df35c personalisation integration (#304) hace 4 años
package.json f9ccbe63cf fix create member validation hace 3 años
svgr-icons.config.js 3a4e23d324 icons update (#446) hace 3 años
tsconfig.json a388e2fc8b update storybook to v6, update emotion to v11 hace 4 años
tsconfig.paths.json 0d81b92ca2 initial polkadot setup (#402) hace 3 años
yarn.lock f9ccbe63cf fix create member validation hace 3 años

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