Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 371 Bytes

San Francisco Ferry Map

A map of all ferries in the San Francisco Bay Area.

https://ferry-map.blinktag.com

Local setup

npm install 

Copy .env.example to .env and add values for environment variables.

cp .env.example .env

Running Locally

npm run dev

Open http://localhost:3000 with your browser to see the result.