Sage Tutorials and Documentation Check back later for new tutorials about Sage. Writing Docs The Format of a Sage Tutorial/Doc Using Markdown Updating Docs Editing a Page Local Development Clone this repo. Install deps: yarn install Start the local dev environment: yarn start Build Generate static content into the build directory: yarn build GitHub Pages Deploy GIT_USER=<GITHUB_USERNAME> yarn deploy