charli 66edd76ad6 bump yarn hash | před 1 rokem | |
---|---|---|
.github | před 2 roky | |
.husky | před 2 roky | |
.yarn | před 1 rokem | |
ci | před 1 rokem | |
docs | před 1 rokem | |
packages | před 1 rokem | |
.dockerignore | před 2 roky | |
.eslintrc.js | před 2 roky | |
.gitignore | před 2 roky | |
.node-version | před 2 roky | |
.prettierrc.js | před 2 roky | |
.stylelintrc.js | před 1 rokem | |
.yarnrc.yml | před 2 roky | |
CHANGELOG.md | před 1 rokem | |
CONTRIBUTING.md | před 2 roky | |
LICENSE | před 3 roky | |
README.md | před 2 roky | |
package.json | před 1 rokem | |
yarn.lock | před 1 rokem |
If you are interested in running your own instance of Atlas, please take a look at our operator guide. It should give you a proper overview of all the setup you will have to do.
All community contributions to the project are welcome. Before starting any work, it's a good idea to get familiar with the following additional documents:
If you are looking for a good place to start, check out the good first issue label or bug label.
To get started working with Atlas codebase, first clone the repo, install all dependencies and run the development server.
git clone https://github.com/Joystream/atlas
cd atlas
yarn install
yarn atlas:dev
This will start the development server on localhost:3000
.
To get started working with Atlas designs in Figma, visit Joystream's official Figma Community profile (available early 2022) and duplicate files you're interested in remixing or using as a base for your work.
While most of the Atlas design documentation is kept within Figma files, for meta documentation visit Atlas Design Space on Notion.
All software under this project is licensed as GPLv3 unless otherwise indicated.