Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joystream/pioneer
Governance app for Joystream DAO
https://github.com/joystream/pioneer
dao governance hydra joystream polkadot substrate
Last synced: 3 days ago
JSON representation
Governance app for Joystream DAO
- Host: GitHub
- URL: https://github.com/joystream/pioneer
- Owner: Joystream
- License: gpl-3.0
- Created: 2021-01-12T10:19:14.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-10T19:43:54.000Z (3 months ago)
- Last Synced: 2024-11-10T08:09:44.769Z (10 days ago)
- Topics: dao, governance, hydra, joystream, polkadot, substrate
- Language: TypeScript
- Homepage: https://pioneerapp.xyz/
- Size: 46 MB
- Stars: 44
- Watchers: 8
- Forks: 70
- Open Issues: 583
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Governance application for the Joystream DAO platform.
Live app
•
Storybook
•
Docs
•
Changelog
## Quickstart
```shell
## Clone this repository
git clone [email protected]:Joystream/pioneer.gitcd 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](docs/README.md)
## Production
To run a Pioneer instance check the [admin documentation](docs/admin.md)
## Packages
The project's monorepo contains packages:
- [packages/ui](packages/ui) – The Pioneer front-end package.
- [packages/server](packages/server) – The Pioneer backend package.
- [packages/markdown-editor](packages/markdown-editor) – A CKEditor 5 build used as Markdown editor.## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for details
For community development board view this [Public board](https://github.com/orgs/Joystream/projects/55), managed by DAO Builders Working Group
To participate, reach out to Builders Working Group Lead on Discord## License
See [LICENSE](LICENSE) for details