Governance application for the Joystream DAO platform.
- The live production is available on https://dao.joystream.org/
- The preview build, deployed from the
dev
branch, is available on https://pioneer-2.vercel.app/. - Components preview and testing from
dev
branch, is available on https://pioneer-2-storybook.vercel.app/.
The deployed version can interact with two backends:
- Joystream testnet – A deployed testnet.
- Local – A Joystream ecosystem running locally.
After cloning the repository run:
## Install npm packages
yarn
## Build all the sub-packages
yarn build
## To start local development server
yarn start
## To start local storybook instance
yarn storybook
## To run tests
yarn test
For development documentation see Dev Readme
The project's monorepo contains packages:
- packages/ui – The main Pioneer 2.0 package
- packages/types – A copy of @joystream/types checked out from the
master
branch. - packages/metadata-protobuf – A copy @joystream/metadata-protobuf checked out from an
master
branch. - packages/markdown-editor – A CKEditor 5 build used as Markdown editor.
See CONTRIBUTING.md for details
See LICENSE for details