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

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

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