Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 656 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 656 Bytes

Knight Nest

The project is dead and no longer working! Don't try to revive it or worse, use it as it is, it has too many vulnerabilities. (I'm too lazy to fix it)

Description

Knight chess social network built with TypeScript and Nest.JS.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Knight is MIT licensed.

Developed by

HeadcrabJ