This is the source code for the OpenWorkers website. It is built with SvelteKit and hosted on GitHub Pages.
To run the website locally, you need to have Bun installed. Then, run the following commands:
bun install
bun run devTo produce the static site that gets deployed, run bun run build. The prerendered
output lands in build/.
The website is automatically deployed to GitHub Pages when changes are pushed to the main branch.
If you want to contribute to the OpenWorkers documentation, open an issue or a pull request on the repository.
Prose is licensed under CC BY-SA 4.0, code examples under CC0 1.0 Universal. See LICENSE for the full text of both.