Old docs using Nextra, now archived
- Branch the repo (remember to name the branch appropriately)
- Edit or add
mdxfiles to thepagesfolder.
bun installbun run buildbun run start
To run an dev session (where editing the files will automatically update the local session) instead, run bun run dev instead of bun run start.