Skip to content

Commit 0fbf3ec

Browse files
committed
Add README
1 parent a4baf65 commit 0fbf3ec

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# HacKSU Constitution
2+
3+
Constitution of HacKSU, the student organization at Kent State University. Written in [Typst](https://typst.app/).
4+
5+
## Building
6+
7+
Install [Typst](https://github.com/typst/typst), then compile:
8+
9+
```
10+
typst compile hacksu.typ hacksu.pdf
11+
```
12+
13+
## Deployment
14+
15+
Pushes to `main` automatically compile `hacksu.typ` to PDF and publish it to GitHub Pages via `.github/workflows/compile.yml`.

0 commit comments

Comments
 (0)