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

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

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