blokmap/README.md
Pieter De Clercq 4bcf99dfcd
Fixed readme
2018-12-14 22:53:39 +01:00

14 lines
492 B
Markdown

# Blokmap
A useful map that lists all the public study locations in Ghent.
We usually use data from [Stad Gent](https://stad.gent/studenten/studeren/bloklocaties) 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](https://gist.github.com/willurd/5720255).
```
(cd src/; python3 -m http.server)
```