https://github.com/phy25/farehow
https://github.com/phy25/farehow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phy25/farehow
- Owner: phy25
- License: cc0-1.0
- Created: 2026-02-09T06:25:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-21T06:02:55.000Z (4 months ago)
- Last Synced: 2026-02-21T13:18:35.231Z (4 months ago)
- Language: CSS
- Homepage: https://farehow.vercel.app
- Size: 118 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FareHow
A comprehensive guide to understanding how to pay transit fares across different agencies. This website focuses on the practical aspects of fare payment - transfer policies, passback policies, payment methods, and more.
## Getting Started
### Prerequisites
- Node.js (v18 or higher)
- npm
### Installation
```bash
npm install
```
### Development
Start the development server with live reload:
```bash
npm start
```
The site will be available at `http://localhost:8080/`
### Build
Build the static site for production:
```bash
npm run build
```
The built site will be in the `build/` directory.
## Project Structure
Built with [Eleventy (11ty)](https://www.11ty.dev/) static site generator using front matter-driven content for structured transit fare data.
## License
This project is licensed under the ISC License - see the LICENSE file for details.