blokmap/README.md
Midgard 47a0f53ed3
Update files because data.json has moved
Update README, remove stale data file, remove data check in deploy.sh
2020-05-20 17:06:58 +02:00

464 B

Blokmap

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)