1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-09-29 18:54:58 +00:00
afkollektor/README.md

10 lines
420 B
Markdown
Raw Normal View History

2017-11-02 13:33:12 +00:00
# AfKollektor.de
2017-11-02 14:22:35 +00:00
2017-11-02 13:33:12 +00:00
AfKollektor.de git repository. This is where the magic happens.
2017-11-02 14:22:35 +00:00
## Building
- You will need the `discount` program for markdown generation. It should be available in your distros package db.
- For building the index file, run `make index` (this will create index.html in `build/`).
- The build server will run `make` on every push and copy everything from `build/` to the webroot of afkollektor.de.