···11+# Contributing
22+33+Contributions welcome! Please open a PR for simple/straightforward changes, or open an issue to discuss things before writing code.
44+55+## Building
66+77+I recommend using `toolbox` for local development, especially if you're on Endless OS or Fedora Silverblue. See [this blog post](https://cassidyjames.com/blog/github-pages-jekyll-fedora-silverblue/) for details on how to get set up.
88+99+Once you're set up, build and serve locally with:
1010+1111+```shell
1212+bundle exec jekyll serve --host 0.0.0.0
1313+```
1414+1515+The site should now be available at http://0.0.0.0:4000/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.