https://github.com/dashpay/proposal-generator
Dash Client-Side Governance Proposal Generator
https://github.com/dashpay/proposal-generator
frontend
Last synced: 4 months ago
JSON representation
Dash Client-Side Governance Proposal Generator
- Host: GitHub
- URL: https://github.com/dashpay/proposal-generator
- Owner: dashpay
- Created: 2017-05-02T21:13:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T15:32:59.000Z (almost 4 years ago)
- Last Synced: 2025-05-30T19:04:13.084Z (about 1 year ago)
- Topics: frontend
- Language: JavaScript
- Homepage: https://proposal.dashevo.org/
- Size: 1.99 MB
- Stars: 15
- Watchers: 32
- Forks: 60
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dash Proposal Generator
[](https://travis-ci.org/dashevo/proposal-generator)
## Get Started
Before being able to use this repository, you will need to build the @dashevo/dashcore-lib for browser which is a required dependency. This can be done easily by running:
```
npm install
npm run build
```
You will find in the vendor folder the file index.js which index.html reference. This file handle a browserified version of @dashevo/dashcore-lib aswell as some inner logic that you can find in "js/index.js".
## Dockerized
A Dockerfile has been included in order to build the site deterministically, as well as a script to run the Docker site build, and place the resulting artifacts in the `dist/` directory. To run the full Dockerized build, run this script:
```
bash scripts/build.sh
```