The official modded Subway Builder documentation (https://subwaybuildermodded.com)
The following are useful commands to run before contributing:
Install dependencies
pnpm installRun locally in development mode
pnpm run startBuild static docs
pnpm run buildServe the production build locally
pnpm run serveLint and auto-fix supported files
pnpm run lintCheck .md / .mdx format with prettier
pnpm run format:check
pnpm run formatDeploy and theme customization
pnpm run deploy
pnpm run swizzle