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

Klaudiusz Dembler cbd8b48e44 allow dynamic hero video update (#807) před 3 roky
.github 2ab103b4fe update to the new testnet (#551) před 3 roky
.storybook 08af5508b7 Add sort imports plugin (#731) před 3 roky
__generated__ 3c61ac676b home view content update (#236) před 4 roky
docs cbd8b48e44 allow dynamic hero video update (#807) před 3 roky
netlify-plugins f345ba3069 replace mirage.js with msw.js mocking (#366) před 4 roky
patches b01d6e0cb5 SVG maintenance (#704) před 3 roky
public f345ba3069 replace mirage.js with msw.js mocking (#366) před 4 roky
scripts 135bcce555 signin flow update (#447) před 3 roky
src cbd8b48e44 allow dynamic hero video update (#807) před 3 roky
.babelrc e76a560ad1 remove atlas multi-package structure před 4 roky
.env 5d2c34e605 uploads improvements (#766) před 3 roky
.eslintignore 673959c339 new search experience (#303) před 4 roky
.eslintrc.js b8bb594c38 add emotion eslint plugin před 4 roky
.gitignore a506916a21 Add open in tab option in publisher video context menu (#754) před 3 roky
.huskyrc faa0dcd2c6 remove pre-push test hook před 4 roky
.node-version 2ab103b4fe update to the new testnet (#551) před 3 roky
.prettierignore d786e567dc ipfs file hashing utility (#407) před 3 roky
.prettierrc.js 08af5508b7 Add sort imports plugin (#731) před 3 roky
LICENSE b86ade3e37 update license and package.json (#438) před 3 roky
README.md 44916df35c personalisation integration (#304) před 4 roky
codegen.config.yml 1d0a4c9cda Update schema (#396) před 3 roky
config-overrides.js 2ab103b4fe update to the new testnet (#551) před 3 roky
netlify.toml 44916df35c personalisation integration (#304) před 4 roky
package.json 08af5508b7 Add sort imports plugin (#731) před 3 roky
svgr.config.js b01d6e0cb5 SVG maintenance (#704) před 3 roky
tsconfig.json a388e2fc8b update storybook to v6, update emotion to v11 před 4 roky
tsconfig.paths.json 0d81b92ca2 initial polkadot setup (#402) před 3 roky
yarn.lock 08af5508b7 Add sort imports plugin (#731) před 3 roky

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