Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.01 KB

starboard-cli

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.

Installation

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

Usage

# Serve files in current folder
starboard serve .

## Serve files under a certain path
starboard serve ./assets

Screenshots

starboard serve directory listing

Starboard Serve Screenshot

starboard serve notebook view/editor

Starboard Server Notebook View Screenshot

License

This is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License Version 2.0.