https://github.com/battila7/tipsy-tram-tour
:beer: Intoxicated journey along the line of Tram 1 in Debrecen.
https://github.com/battila7/tipsy-tram-tour
Last synced: about 1 month ago
JSON representation
:beer: Intoxicated journey along the line of Tram 1 in Debrecen.
- Host: GitHub
- URL: https://github.com/battila7/tipsy-tram-tour
- Owner: battila7
- License: mit
- Created: 2017-12-03T09:02:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T12:10:03.000Z (over 7 years ago)
- Last Synced: 2025-02-16T14:53:18.429Z (4 months ago)
- Language: JavaScript
- Homepage: http://tipsytramtour.surge.sh/
- Size: 1.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tipsy Tram Tour
Many of the greatest pubs in Debrecen can be found by following the path of Tram 1. Because following a tram track is hands-down easy even if you're drunk, why not visit all them pubs in one go? Enter Tipsy Tram Tour, your travel guide for getting under the table, currently accessible at [tipsy-tram-tour.surge.sh](http://tipsytramtour.surge.sh).
*Tipsy Tram Tour also serves as a Geoinformatics homework.* :wink:
## How can I run it locally?
Running Tipsy Tram Tour is as simple as:
~~~~bash
npm install
node_modules/.bin/webpack-dev-server
~~~~After the dev server spins up, you can access the Tour at `localhost:8080/dist`.