Governance application for the Joystream DAO platform.
The preview build, deployed from the main branch, is available on https://pioneer-2.netlify.app/. Components preview and testing from main branch, is available on https://pioneer-2-storybook.netlify.app/.
The deployed version can interact with two backends:
- Olympia testnet – A deployed Olympia testnet.
- Local – A local a Joystream node and a mocked version of the query-node.
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 an Olympia dev branch.
- packages/metadata-protobuf – A copy @joystream/metadata-protobuf checked out from an Olympia dev branch.
- packages/markdown-editor – A CKEditor 5 build used as Markdown editor.
See CONTRIBUTING.md for details
See LICENSE for details