Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 274 Bytes

Development

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