https://github.com/decred/dcrbounty
https://github.com/decred/dcrbounty
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decred/dcrbounty
- Owner: decred
- License: isc
- Created: 2019-01-14T21:14:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T08:20:58.000Z (over 2 years ago)
- Last Synced: 2024-04-16T00:19:15.836Z (about 2 years ago)
- Language: SCSS
- Size: 1.79 MB
- Stars: 3
- Watchers: 12
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dcrbounty
[](https://github.com/decred/dcrbounty/actions)
[](http://copyfree.org)
The Decred Bug Bounty website.
## Development
Install the **extended** version of [Hugo](https://gohugo.io/) somewhere along your `$PATH`.
```bash
$ bin/watch.sh
```
Then access the page with a browser (the server usually starts in `https://localhost:1313`).
## Deployment
```bash
$ bin/build.sh
```
This will build the docker image.
## Maintenance Activities
### Updating Hall of Fame
Send a PR modifying `/src/data/hall_of_fame.yml` as appropriate.
### Updating News & Updates
Send a PR modifying the contents under `/src/content/en/news` as appropriate.
### Updating Rules
Send a PR modifying `/src/content/en/rules/index.md` as appropriate.
### Updating Scope
Send a PR modifying `/src/content/en/scope/index.md` as appropriate.
### Updating Submit Vulnerability
Send a PR modifying `/src/content/en/submit/index.md` as appropriate.
## License
dcrbounty is licensed under the [copyfree](http://copyfree.org) ISC License.