A modified version of the Northstar template built with Starskey.
- Clone the repository:
git clone https://github.com/YuryKL/northstar-starskey.git
cd northstar-starskey
- Install dependencies:
pnpm install
go mod tidy
Start the development server with live reload:
task live
This will start the server at http://localhost:7331
Launch a debugging session:
task debug