Forked from Joystream/atlas https://github.com/Joystream/atlas
Rafał Pawłow 059b67721f Hide Show more videos header when there is no more videos on channel (#1263) | il y a 3 ans | |
---|---|---|
.github | il y a 3 ans | |
.storybook | il y a 3 ans | |
docs | il y a 3 ans | |
patches | il y a 3 ans | |
public | il y a 3 ans | |
scripts | il y a 3 ans | |
src | il y a 3 ans | |
.env | il y a 3 ans | |
.eslintignore | il y a 3 ans | |
.eslintrc.js | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.huskyrc | il y a 4 ans | |
.node-version | il y a 3 ans | |
.prettierignore | il y a 3 ans | |
.prettierrc.js | il y a 3 ans | |
.stylelintrc.js | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
codegen.config.yml | il y a 3 ans | |
config-overrides.js | il y a 3 ans | |
netlify.toml | il y a 3 ans | |
package.json | il y a 3 ans | |
svgr.config.js | il y a 3 ans | |
tsconfig.json | il y a 3 ans | |
tsconfig.paths.json | il y a 3 ans | |
yarn.lock | il y a 3 ans |
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
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