This repository contains documentation for TurboWarp.
If you found a typo or have a suggestion to improve the pages, the easiest way to get it resolved is to post about it on the Scratch profile https://scratch.mit.edu/users/GarboMuffin/#comments or in GitHub issues https://github.com/TurboWarp/docs/issues/new. Minor fixes get resolved very quickly usually.
Alternatively, you can submit a pull request yourself containing a fix. The easiest way to edit a page is:
If you'd like to write a new page, we'd prefer that you ask us first before you spend much time writing.
This website is built with Docusaurus. Documentation is inside the docs
folder, generally that is all you will have to touch. We accept pull requests.
npm install
# For development:
npm start
# For production:
npm run build