https://github.com/googleinterns/step124-2020
https://github.com/googleinterns/step124-2020
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleinterns/step124-2020
- Owner: googleinterns
- Archived: true
- Created: 2020-06-19T16:34:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T22:15:38.000Z (about 4 years ago)
- Last Synced: 2025-04-05T12:31:12.771Z (about 1 year ago)
- Language: JavaScript
- Size: 52.3 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Where to Travel: A Road Trip Resource
This repository contains source code for an application that allows road travelers to find destinations and attractions within a requested amount of driving time from their location.
### Run on a Development Server
```
cd where-to-travel
mvn package appengine:run
```
### Pre-commit
```
fail_fast: false
repos:
- repo: https://github.com/prettier/prettier
rev: ""
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: trailing-whitespace
```