No description
  • TypeScript 79.6%
  • CSS 12.2%
  • MDX 8.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mitchell 6e8aa917a9
All checks were successful
Deploy to Cloudflare Pages / build (push) Successful in 53s
docs(apocalypse): update ram requirement
2026-09-12 15:59:55 +09:30
.forgejo/workflows temporarily bypass typecheck 2026-08-24 21:11:24 +09:30
blog docs: update apocalypse information 2026-09-12 15:24:13 +09:30
docs docs(apocalypse): update ram requirement 2026-09-12 15:59:55 +09:30
src refactor: major refactor to be neater 2026-08-24 22:27:12 +09:30
static update 2026-06-17 23:20:28 +09:30
.gitignore initial commit 2026-06-17 22:26:16 +09:30
docusaurus.config.ts docs: add apocalypse server 2026-09-09 21:26:04 +09:30
package.json refactor: major docs rewrite 2026-08-24 21:06:19 +09:30
pnpm-lock.yaml refactor: major docs rewrite 2026-08-24 21:06:19 +09:30
pnpm-workspace.yaml refactor: major docs rewrite 2026-08-24 21:06:19 +09:30
README.md initial commit 2026-06-17 22:26:16 +09:30
sidebars.ts docs: add apocalypse server 2026-09-09 21:26:04 +09:30
tsconfig.json fix: tsconfig using deprecated baseUrl 2026-08-24 21:08:20 +09:30

Website

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

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens 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

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> 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.