blokmap/README.md

14 lines
464 B
Markdown
Raw Normal View History

2017-07-29 10:02:22 +00:00
# Blokmap
2018-12-14 21:53:39 +00:00
A useful map that lists all the public study locations in Ghent.
2017-07-29 13:16:26 +00:00
Data is managed in a separate project, [Blokdata](https://github.com/ZeusWPI/Blokdata).
2018-08-01 20:55:52 +00:00
2018-12-14 21:53:39 +00:00
## Development
2018-08-01 20:55:52 +00:00
2018-12-14 21:53:39 +00: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)
```