aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-04-11 19:38:55 +0200
committerdavidpkj <davidpenkow1@gmail.com>2024-04-11 19:38:55 +0200
commitdfb25ceae2b3212a4c17d8361143ba19f607dc49 (patch)
treeebcedaea14a305307427cfdbfee87adfb1066797 /README.adoc
parent613b153b8245f2509f5a4ce0609ccdddcecc7778 (diff)
readme
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index e69de29..ed9da74 100644
--- a/README.adoc
+++ b/README.adoc
@@ -0,0 +1,12 @@
+= Stundenplan
+
+A small JavaScript project to generate beautiful PDF schedules. Takes information from `src/variables.js`. Planning to use direct UnivIS-XML export.
+
+== Usage
+
+Requires the `npm` tool.
+
+```bash
+npm i # installes packages
+npm run main # runs the software
+````