Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 1.98 KB

README.md

File metadata and controls

80 lines (65 loc) · 1.98 KB
Napse's logo

Coverage Release Twitter Discord

Napse Developer Toolkit · Setup local environment . Docker . Useful commands


Napse Developer Toolkit

All you need to push the customisation of your Napse services to the next level.

Setup local environment

Local environment is use for your IDE, but it's not use to run napse-dtk. See Run project with docker for more information.

To setup your local environment:

make setup

Run project with docker

  • Start:
make up

Useful commands

  • Build:
make build
  • Stop:
make down
  • Run tests:
make test
  • Run tests with coverage:
make coverage
# or
make coverage-open
  • lightstream:
make litestream