Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 594 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 594 Bytes

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