eifueo/README.md
2023-04-18 14:06:46 -04:00

33 lines
708 B
Markdown

# Eifueo
<p style="font-size: 2rem">
**The Eifueo project is no longer maintained
as of 19 April 2023. Information in this repository may no longer be accurate.
Please see [the main blog post](https://eggworld.me/blog/2023/sunsetting-eifueo) for more details.**
</p>
A "competitor" of sorts to magicalsoup/highschool available at https://eifueo.eggworld.me.
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and formatting information.
## Dependencies
- `mkdocs`
- `mkdocs-material`
- `mkdocs-material-extensions`
- `python-markdown-math`
## Build instructions
MkDocs is used to build the site.
```
mkdocs build
```
For live reload in a development environment:
```
mkdocs serve
```