https://github.com/starcoinorg/grant
grant
https://github.com/starcoinorg/grant
Last synced: 8 months ago
JSON representation
grant
- Host: GitHub
- URL: https://github.com/starcoinorg/grant
- Owner: starcoinorg
- License: apache-2.0
- Created: 2021-11-15T01:28:35.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-15T10:48:03.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T09:16:09.987Z (10 months ago)
- Language: Vue
- Size: 907 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starcoin-grants
**我们的目标是致力于为Starcoin生态系统的开源开发者创造长期的激励机制,特别是对Starcoin成功至关重要的公共产品的研发。**
**Our goal is to create long-term incentives for open-source developers working on Starcoin ecosystem, especially public goods R&D, which are essential to Starcoin’s success.**
## Project setup
```
yarn install
```### Set API url
Modify VUE_APP_BASE_URL in the.env.* file### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build:prod
```### Compiles and minifies for test
```
yarn build:test
```