Contribute
This wiki is open. If something is wrong, missing, or badly explained, you can fix it yourself.
The quick way
Every page has an Edit this page on GitHub link at the bottom. Click it, make your change, and GitHub will walk you through opening a pr.
Running it locally
For bigger changes:
sh
git clone https://github.com/celeste-ranked/wiki
cd wiki
npm install
npm run devThat serves site at localhost:5173 and reloads as you edit.
sh
npm run buildTo check that it build properly before making a pr