blokmap/README.md

16 lines
634 B
Markdown
Raw Normal View History

2017-07-29 12:02:22 +02:00
# Blokmap
2018-12-14 22:53:39 +01:00
A useful map that lists all the public study locations in Ghent.
2017-07-29 15:16:26 +02:00
2018-12-14 22:53:39 +01:00
We usually use data from [Stad Gent](https://stad.gent/studenten/studeren/bloklocaties) and emails sent by people..
2018-08-01 22:55:52 +02:00
2018-12-14 22:53:39 +01:00
## Development
2018-08-01 22:55:52 +02:00
2018-12-14 22:53:39 +01:00
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](https://gist.github.com/willurd/5720255).
```
(cd src/; python3 -m http.server)
```
You can also validate the JSON with `(cd src/; python -m json.tool data.json > /dev/null)`. If there are no errors, there will be no output.