Npress is an open source CMS based on Nest framework for API and Nextjs for client.
$ npm install
# lcoal development
$ npm run start:local
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Npress is MIT licensed.