Skip to content

Developer Quickstart

Dan Harris edited this page Apr 7, 2020 · 2 revisions

This project is using Tilt to provide an all-in-one standalone local development environment. To get started you need to have the following software installed on your local machine:

That is all you need to run the local development environment. Simply checkout the repository (or your personal fork if you intend to make changes and submit pull requests), and start tilt:

git clone git@github.com:code-for-charlottesville/housinghub.git
cd housinghub
tilt up

Once ready your local environment will be ready at http://localhost:3000

Once you have the local environment running, any changes you make to the code on your local machine will be automatically synced to the docker containers managed by tilt. You can make changes in the editor/IDE of your choice and see them reflected instantly.

Clone this wiki locally