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) | 3 年之前 | |
---|---|---|
.github | 3 年之前 | |
.storybook | 3 年之前 | |
docs | 3 年之前 | |
patches | 3 年之前 | |
public | 3 年之前 | |
scripts | 3 年之前 | |
src | 3 年之前 | |
.env | 3 年之前 | |
.eslintignore | 3 年之前 | |
.eslintrc.js | 3 年之前 | |
.gitignore | 3 年之前 | |
.huskyrc | 4 年之前 | |
.node-version | 3 年之前 | |
.prettierignore | 3 年之前 | |
.prettierrc.js | 3 年之前 | |
.stylelintrc.js | 3 年之前 | |
LICENSE | 3 年之前 | |
README.md | 3 年之前 | |
codegen.config.yml | 3 年之前 | |
config-overrides.js | 3 年之前 | |
netlify.toml | 3 年之前 | |
package.json | 3 年之前 | |
svgr.config.js | 3 年之前 | |
tsconfig.json | 3 年之前 | |
tsconfig.paths.json | 3 年之前 | |
yarn.lock | 3 年之前 |
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