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

https://github.com/bioforestchain/app-center


https://github.com/bioforestchain/app-center

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# dweb app 应用商城

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm lint
```