Forked from Joystream/atlas https://github.com/Joystream/atlas
Klaudiusz Dembler 5938e0af6c fix overflowing video title (#1284) | пре 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