No description
src | ||
.gitignore | ||
deploy.sh | ||
LICENSE.md | ||
README.md |
Blokmap
A useful map with al bloklocations (= study locations) in Ghent.
We usually use data from Stad Gent and mails people send to us.
Dev
You can easily run the site locally by spawning a simple static file server in the src
directory. For example with python3 -m http.server
or any other one-liner in this big list.
This package uses jsonlint to check the validity of the json file.
Test validity locally by installing the npm package with npm install -g jsonlint
and then running jsonlint src/data.json
.