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

https://github.com/nocobase/website


https://github.com/nocobase/website

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Development

```bash
cp .env.example .env # We have provided an API token for debugging, and it can be found in our `.env.example` file.
yarn install
yarn dev
```