- Branch the repo (remember to name the branch appropriately)
- Edit or add
mdx
files to thepages
folder.
bun install
bun run build
bun 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
.