Source code is available at GitHub.
git clone https://github.com/kyleu/npn
cd npn
./bin/bootstrap.sh
make build
./build/debug/npn --help
./bin/dev.sh
./bin/format.sh
./bin/check.sh
./bin/test.sh
make build
- Go and Node are required for full builds.
- The dev server auto-rebuilds templates and client assets.