https://github.com/zhangchen915/miniwiki
https://github.com/zhangchen915/miniwiki
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangchen915/miniwiki
- Owner: zhangchen915
- Created: 2018-09-07T14:57:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T12:34:16.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T15:46:43.034Z (6 months ago)
- Language: TypeScript
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Wiki
## Description
wiki with nest
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## License
[MIT licensed]