Skip to content

napse-invest/napse-developer-toolkit

Repository files navigation

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