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

Oleksandr Korniienko 0161618f70 Preload sprite images as base64 data url. пре 3 година
.github 2ab103b4fe update to the new testnet (#551) пре 3 година
.storybook 1d3ca37869 Remove css prop usage (#801) пре 3 година
docs cbd8b48e44 allow dynamic hero video update (#807) пре 3 година
patches b01d6e0cb5 SVG maintenance (#704) пре 3 година
public eacffa0d47 Load sprites with video metadata from the endpoint. пре 3 година
scripts 135bcce555 signin flow update (#447) пре 3 година
src 0161618f70 Preload sprite images as base64 data url. пре 3 година
.env eacffa0d47 Load sprites with video metadata from the endpoint. пре 3 година
.eslintignore 673959c339 new search experience (#303) пре 3 година
.eslintrc.js 3a414a82a9 Revert e2e (#924) пре 3 година
.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 8fe68d1d11 add animated loader and error components (#1013) пре 3 година
.prettierrc.js 08af5508b7 Add sort imports plugin (#731) пре 3 година
.stylelintrc.js 83147fed3b introduce style linting (#718) пре 3 година
LICENSE b86ade3e37 update license and package.json (#438) пре 3 година
README.md 44916df35c personalisation integration (#304) пре 3 година
codegen.config.yml 1d0a4c9cda Update schema (#396) пре 3 година
config-overrides.js 1d3ca37869 Remove css prop usage (#801) пре 3 година
netlify.toml 785b780517 add changing environment on the fly functionality (#804) пре 3 година
package.json 7a20c8174b Animations playground lottie (#855) пре 3 година
svgr.config.js b01d6e0cb5 SVG maintenance (#704) пре 3 година
tsconfig.json a388e2fc8b update storybook to v6, update emotion to v11 пре 3 година
tsconfig.paths.json 0d81b92ca2 initial polkadot setup (#402) пре 3 година
yarn.lock 7a20c8174b Animations playground lottie (#855) пре 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