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

https://github.com/zhangchen915/miniwiki


https://github.com/zhangchen915/miniwiki

Last synced: 4 months ago
JSON representation

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]