Contributing
If all you want to do is make a quick edit to a page, there is an “edit page” button at the bottom of every page that brings you to github. Make your edits, and open a PR.
Development
This website/documentation page was built with Starlight. You write markdown or mdx (markdown extended) and it turns into html.
-
Clone the repo
-
Install
bun
, a javascript package manager.From https://bun.sh/
-
Install dependencies
-
Make a new branch
-
Start the dev server
-
Navigate to http://localhost:4321
-
Configure your editor.
For neovim
- https://morizbuesing.com/blog/mdx-support-in-nvchad/
- https://www.reddit.com/r/neovim/comments/1ewwtok/has_anyone_figured_out_intellisense_in_mdx_files/
For VSCode
-
Make some changes, commit, and push to start the review cycle.