Skip to content

angelsole/Npress

Repository files navigation

Npress Logo

Description

Npress is an open source CMS based on Nest framework for API and Nextjs for client.

Installation

$ npm install

Running the app

# lcoal development

$ npm run start:local


# 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

Npress is MIT licensed.