Governance application for the Joystream DAO platform.
- The live production is available on [https://pioneerapp.xyz/)
- 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
To run a Pioneer instance check the admin documentation
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
For community development board view this Public board, managed by DAO Builders Working Group To participate, reach out to Builders Working Group Lead on Discord
See LICENSE for details