Skip to content

napse-invest/napse-developer-toolkit

Folders and files

NameName
Last commit message
Last commit date
Feb 11, 2024
Apr 10, 2024
Jan 5, 2024
Feb 11, 2024
Aug 13, 2023
Mar 12, 2024
Jun 25, 2023
Feb 21, 2024
Jan 5, 2024
Nov 22, 2023
Jan 7, 2024
Feb 21, 2024
Jan 7, 2024
Aug 10, 2023

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