No description
  • TypeScript 57.6%
  • MDX 31.9%
  • CSS 10.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-21 23:53:19 +09:30
blog initial commit 2026-06-17 22:26:16 +09:30
docs Add Punishments documentation 2026-07-21 23:53:19 +09:30
src Do a lot of different things 2026-07-15 02:01:39 +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 Do a lot of different things 2026-07-15 02:01:39 +09:30
package.json Rename Server to Network for rules and add warnings 2026-07-14 14:11:27 +09:30
pnpm-lock.yaml Rename Server to Network for rules and add warnings 2026-07-14 14:11:27 +09:30
pnpm-workspace.yaml initial commit 2026-06-17 22:26:16 +09:30
README.md initial commit 2026-06-17 22:26:16 +09:30
sidebars.ts initial commit 2026-06-17 22:26:16 +09:30
tsconfig.json initial commit 2026-06-17 22:26:16 +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.