Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 454 Bytes

File metadata and controls

33 lines (24 loc) · 454 Bytes

Contributing

Source code is available at GitHub.

Setup

git clone https://github.com/kyleu/npn
cd npn
./bin/bootstrap.sh

Build and run

make build
./build/debug/npn --help
./bin/dev.sh

Before submitting changes

./bin/format.sh
./bin/check.sh
./bin/test.sh
make build

Notes

  • Go and Node are required for full builds.
  • The dev server auto-rebuilds templates and client assets.