https://github.com/bioforestchain/app-center
https://github.com/bioforestchain/app-center
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bioforestchain/app-center
- Owner: BioforestChain
- Created: 2023-08-21T06:02:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T03:31:17.000Z (about 1 year ago)
- Last Synced: 2025-02-06T04:26:21.553Z (about 1 year ago)
- Language: TypeScript
- Size: 5.41 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```