Go to file
redfast00 b4adda93ac
Merge pull request #48 from AurisAudentis/cleanup
Legend issues
2021-12-25 13:27:08 +01:00
src cleaning up the legend formatting 2021-12-25 12:42:03 +01:00
.editorconfig Improve style consistency 2020-05-20 18:01:25 +02:00
.gitignore Add relative directory and some echo's to deployscript 2017-07-29 14:52:27 +02:00
LICENSE.md Add MIT license, close #9 2018-08-01 23:05:45 +02:00
README.md Update README.md 2020-10-13 10:28:33 +02:00
deploy.sh Update files because data.json has moved 2020-05-20 17:06:58 +02:00

README.md

BlokLocaties Op Kaart Met Aanduidende Pins

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

Data is managed in a separate project, Blokdata.

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)