Awesome
<h1 > <a href="https://pioneerapp.xyz"> <img alt="Pioneer" src="https://user-images.githubusercontent.com/247363/116713796-699da780-a9d5-11eb-82b1-a42bccd642d7.png" /> </a> </h1> <h3 align="center"> Governance application for the Joystream DAO platform. </h3> <p align="center"> <strong> <a href="https://pioneerapp.xyz">Live app</a> • <a href="https://pioneer-2-storybook.vercel.app">Storybook</a> • <a href="docs/README.md">Docs</a> • <a href="CHANGELOG.md">Changelog</a> </strong> </p>Quickstart
## Clone this repository
git clone git@github.com:Joystream/pioneer.git
cd pioneer
## Install npm packages
yarn --immutable
## To start local development server
yarn start
## To start local storybook instance
yarn storybook
## To run tests (the back-end tests require docker in order to run)
yarn test
Development
For development documentation see Dev Readme
Production
To run a Pioneer instance check the admin documentation
Packages
The project's monorepo contains packages:
- packages/ui – The Pioneer front-end package.
- packages/server – The Pioneer backend package.
- packages/markdown-editor – A CKEditor 5 build used as Markdown editor.
Contributing
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
License
See LICENSE for details