This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/README.md

8 lines
553 B
Markdown
Raw Normal View History

2021-07-29 02:45:36 +00:00
# exozy.me
A minimal HTML and CSS website for the [exozyme](https://exozy.me) project. Find our main repository [here](https://git.exozy.me/exozyme/exozyme).
2021-07-29 02:45:36 +00:00
## 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`.