This is the official Ratrac Wiki.
Install dependencies and start the dev server:
pnpm i
pnpm devThen open localhost:3000.
Pages are written in MDX (Markdown + React components) and live in the content/ directory. Navigation is configured via _meta.js files in each folder.
For a Markdown syntax reference, see the Markdown Cheatsheet.
MIT