Clean up README and remove unneeded stuff

This commit is contained in:
Anthony Wang 2022-02-03 13:43:37 -06:00
parent 3e8dbd4e27
commit 8a1a756366
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -1,7 +1,2 @@
# The exozyme website
A minimal HTML and CSS website for the [exozyme](https://exozy.me) project. Find our main repository [here](https://git.exozy.me/exozyme/exozyme).
## Developing
Clone this repository to your computer and start hacking! We don't have any JavaScript or Node stuff to worry about. You might want to run a lightweight HTTP server on your computer with `python -m http.server`.
You can calculate the total size of this website when deployed with `du -ah . --exclude=.git --exclude="*.png" --exclude="*.jpg" --exclude="*.svg" --exclude=howtuwu`.