A website for viewing Maine State Ferry Service schedules using the standard General Transit Feed Specification data format.
Routes currently supported:
- Bass Harbor <=> Swan's Island
Python + Flask
Installation
- Create virtual environment:
virtualenv venv - Activate virtual environment:
source ./venv/bin/activate - Install requirements:
pip install -r requirements.txt
Running Debug
- Activate virtual environment:
source ./venv/bin/activate - Run application:
python main.py
HTML/CSS + React
- Install requirements:
npm install - Run dev-server:
npx vite