https://github.com/balancer/balancer-bounties
https://bounties.balancer.finance
https://github.com/balancer/balancer-bounties
Last synced: 8 months ago
JSON representation
https://bounties.balancer.finance
- Host: GitHub
- URL: https://github.com/balancer/balancer-bounties
- Owner: balancer
- Created: 2020-11-17T06:27:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T11:12:55.000Z (over 4 years ago)
- Last Synced: 2024-03-27T00:51:43.457Z (about 2 years ago)
- Language: Vue
- Homepage: https://docs.google.com/spreadsheets/d/1VZpcv11xIxm_H9uVNG1oEpYbroR-5SBkvXXMvJCUedA
- Size: 604 KB
- Stars: 2
- Watchers: 5
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balancer bounties
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).