Skip to content

waggle-sensor/sage-website

Repository files navigation

Sage Website, Documentation, and Tutorials

Writing Docs

Updating Docs

Local Development

Requires node.js (v20.12.2+)

Install deps:

npm install

Start the local dev environment:

npm start

Build

Generate static content into the build directory:

npm run build

GitHub Pages Deploy

GIT_USER=<GITHUB_USERNAME> npm run deploy