Skip to content

Simple web page for city rally. Show coordinates of location and ask related question to unlock next location.

Notifications You must be signed in to change notification settings

nkoder/next-location

Repository files navigation

next-location

Simple web page for city rally. Show coordinates of location and ask related question to unlock next location.

Main device for using this web page is Google Nexus 4 smartphone.

If you want to check how this website is working, you can go to http://nkoder.github.io/next-location and use sample answers:

  1. #!locations/posag --> 20
  2. #!locations/grabki --> romb
  3. #!locations/okna --> 6
  4. #!locations/lasery --> mapa
  5. #!locations/reklama --> TOTO
  6. #!locations/klatka --> scyzoryk
  7. #!locations/brzozy --> Bronisław
  8. #!locations/dobro --> Tacyt

Important notes:

  • the main language of the page is Polish
  • 30 maja is a date written in Polish; it is used on the page as a title of the event on which page is supposed to be used

Setup project for development (on Ubuntu 14.10)

Install Node.js 0.10 or newer. Then run following command from the project directory:

  1. npm install to install dependencies

  2. npm start to prepare project in dist folder and serve it under http://localhost:8000/index.html

Deploy to Github Pages

From the project directory run npm run deploy

This command is not polished and typically an error occurs. A workaround is to force push.

    cd .publish
    git push --force origin gh-pages
    cd ..
    rm -rf .publish

About

Simple web page for city rally. Show coordinates of location and ask related question to unlock next location.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published