Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjkzhuzhu/yjkzhuzhu.github.io
豆芽博客
https://github.com/yjkzhuzhu/yjkzhuzhu.github.io
Last synced: 3 days ago
JSON representation
豆芽博客
- Host: GitHub
- URL: https://github.com/yjkzhuzhu/yjkzhuzhu.github.io
- Owner: YJKZHUZHU
- Created: 2021-02-28T03:25:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T06:57:52.000Z (9 months ago)
- Last Synced: 2024-05-04T00:15:37.677Z (7 months ago)
- Language: TypeScript
- Size: 14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dumi app
## Getting Started
Install dependencies,
```bash
$ npm i
```Start the dev server,
```bash
$ npm start
```Build site app,
```bash
$ npm run build
```