Skip to content
Mek edited this page Jun 27, 2024 · 6 revisions

Starting as a developer

Prerequisites

If you don't have Docker, VSCode, and a dev environment checkout the Environment Setup.

Getting Started

  1. Find a good first issue you're interested in!
  2. docker compose up
  3. Change a a file
  • .html, .py - changes should be reflected when you refresh
  • .less - you'll have to run: docker compose run --rm home make css
  • .js - you'll have to run: docker compose run --rm home make js
  1. Write/run tests if needed
  • docker compose run --rm home make test
  1. Open a PR
  • Please include a video of your change (or at least screenshots)
  1. Your PR will be reviewed/merged in about one week! 🎉

What's next?

Clone this wiki locally