Add link to main repo to the README and create devloping section

This commit is contained in:
Anthony Wang 2021-08-18 17:28:47 -05:00
parent 863ae93492
commit 0f5492d9c0

View file

@ -1,4 +1,7 @@
# exozy.me
The libre, high-performance, privacy-respecting cloud!
HTML plus CSS website for the [exozyme](https://exozy.me) project. Find our main repository [here](https://git.exozy.me/exozyme/exozyme).
You can calculate the total disk size of this website with `du -ah . --exclude=.git --exclude="*.png" --exclude=howtuwu --exclude="*.jpg" --exclude=about/icons --exclude=logo.xcf`.
## 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`.