No description
fe38e5c8bf
Update data for January 2019 |
||
---|---|---|
src | ||
.gitignore | ||
deploy.sh | ||
LICENSE.md | ||
README.md |
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)