The starboard
command line tool is used for interacting with Starboard Notebooks locally. It starts a local webserver so you can view and edit notebook files on your computer.
Pre-built binaries can be found on the Github releases page.
Alternatively, you can build it yourself by cloning this repository and running:
cd starboard
go generate
go install
# Serve files in current folder
starboard serve .
## Serve files under a certain path
starboard serve ./assets
This is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License Version 2.0.