To work on this project, run these commands in a terminal window.
# Download this repository's code
git clone https://github.com/zsakowitz/one-city
cd one-city
# Install dependencies
npm install
# Start the development server
npm run dev --open