An open API service indexing awesome lists of open source software.

https://github.com/starcoinorg/grant

grant
https://github.com/starcoinorg/grant

Last synced: 8 months ago
JSON representation

grant

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
```