certd/packages/ui/certd-server/README.md

30 lines
359 B
Markdown
Raw Normal View History

2024-07-14 16:30:33 +00:00
# my_midway_project
2023-01-29 05:44:19 +00:00
## QuickStart
<!-- add docs here for user -->
2024-07-14 16:30:33 +00:00
see [midway docs][midway] for more detail.
2023-01-29 05:44:19 +00:00
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
```
### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
[midway]: https://midwayjs.org