Go to file
Pieter De Clercq 4bcf99dfcd
Fixed readme
2018-12-14 22:53:39 +01:00
src Updated for January 2019 2018-12-14 22:45:02 +01:00
.gitignore Add relative directory and some echo's to deployscript 2017-07-29 14:52:27 +02:00
deploy.sh Remove jsontool dependency 2018-08-12 12:48:34 +02:00
LICENSE.md Add MIT license, close #9 2018-08-01 23:05:45 +02:00
README.md Fixed readme 2018-12-14 22:53:39 +01:00

Blokmap

A useful map that lists all the public study locations in Ghent.

We usually use data from Stad Gent and emails sent by people..

Development

You can easily run the site locally by spawning a simple static file server in the src directory. For example by using the following command, or by using any other one-liner from this big list.

(cd src/; python3 -m http.server)