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

https://github.com/samuraikun/miminga-client


https://github.com/samuraikun/miminga-client

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# miminga-client

### run develop environment

```bash
npm install
npm run start
```

### Deploy Production Environment

```javascript
// build static file
npm run build

// Deploy to Firebase
firebase deploy
```