sandwich/sandwich-site
2024-06-11 12:28:34 -07:00
..
blog More golden 2022-07-20 16:42:13 -07:00
docs Able to run webdriver demo using Nix 2024-06-11 12:28:34 -07:00
src docs: switch to pnpm, fix typechecking 2024-05-21 03:26:25 -07:00
static Writing markdown summary formatter docs 2022-07-17 18:11:40 -07:00
.gitignore Check in docusaurus v2 site 2021-02-25 21:00:56 -08:00
babel.config.js Check in docusaurus v2 site 2021-02-25 21:00:56 -08:00
docusaurus.config.ts docs: go back to previous theme 2024-05-21 03:27:53 -07:00
package.json docs: switch to pnpm, fix typechecking 2024-05-21 03:26:25 -07:00
pnpm-lock.yaml docs: switch to pnpm, fix typechecking 2024-05-21 03:26:25 -07:00
README.md Check in docusaurus v2 site 2021-02-25 21:00:56 -08:00
sidebars.ts docs: fixes 2024-05-20 19:25:20 -07:00
tsconfig.json docs: switch to pnpm, fix typechecking 2024-05-21 03:26:25 -07:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.