Napse Developer Toolkit · Setup local environment . Docker . Useful commands
All you need to push the customisation of your Napse services to the next level.
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
- Start:
make up
- Build:
make build
- Stop:
make down
- Run tests:
make test
- Run tests with coverage:
make coverage
# or
make coverage-open
- lightstream:
make litestream