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

Ricardo Maltez 2c48290c65 remove file to check push hai 1 ano
.github 2ab103b4fe update to the new testnet (#551) %!s(int64=3) %!d(string=hai) anos
.storybook 4efc96a7d1 Fix circular dependencies (#1202) %!s(int64=3) %!d(string=hai) anos
docs 7857237ef0 Rename components (#1098) %!s(int64=3) %!d(string=hai) anos
patches b01d6e0cb5 SVG maintenance (#704) %!s(int64=3) %!d(string=hai) anos
public 6c11b83aad clean up font imports (#755) %!s(int64=3) %!d(string=hai) anos
scripts 135bcce555 signin flow update (#447) %!s(int64=3) %!d(string=hai) anos
src 33f9533aa8 fix broken videos on channel view (#1285) %!s(int64=3) %!d(string=hai) anos
.env 861e1fdd94 Add ability to change joystream node (#1235) %!s(int64=3) %!d(string=hai) anos
.eslintignore 673959c339 new search experience (#303) %!s(int64=3) %!d(string=hai) anos
.eslintrc.js 3a414a82a9 Revert e2e (#924) %!s(int64=3) %!d(string=hai) anos
.gitignore 6afc58e708 add asset metrics, split loggers (#1208) %!s(int64=3) %!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 8fe68d1d11 add animated loader and error components (#1013) %!s(int64=3) %!d(string=hai) anos
.prettierrc.js 08af5508b7 Add sort imports plugin (#731) %!s(int64=3) %!d(string=hai) anos
.stylelintrc.js 83147fed3b introduce style linting (#718) %!s(int64=3) %!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=3) %!d(string=hai) anos
codegen.config.yml 1d0a4c9cda Update schema (#396) %!s(int64=3) %!d(string=hai) anos
config-overrides.js 4efc96a7d1 Fix circular dependencies (#1202) %!s(int64=3) %!d(string=hai) anos
netlify.toml 785b780517 add changing environment on the fly functionality (#804) %!s(int64=3) %!d(string=hai) anos
package.json 4efc96a7d1 Fix circular dependencies (#1202) %!s(int64=3) %!d(string=hai) anos
svgr.config.js b01d6e0cb5 SVG maintenance (#704) %!s(int64=3) %!d(string=hai) anos
tsconfig.json a388e2fc8b update storybook to v6, update emotion to v11 %!s(int64=3) %!d(string=hai) anos
tsconfig.paths.json 0d81b92ca2 initial polkadot setup (#402) %!s(int64=3) %!d(string=hai) anos
yarn.lock 4efc96a7d1 Fix circular dependencies (#1202) %!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