2020-09-11 18:34:14 -04:00
|
|
|
# Eifueo
|
2020-09-11 18:29:38 -04:00
|
|
|
|
2023-10-30 15:47:39 -04:00
|
|
|
A "competitor" of sorts to magicalsoup/highschool available at https://eifueo.eggworld.tk.
|
2020-09-11 20:22:32 -04:00
|
|
|
|
2022-05-28 13:20:03 -04:00
|
|
|
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and formatting information.
|
2020-09-24 21:13:22 -04:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
- `mkdocs`
|
|
|
|
- `mkdocs-material`
|
|
|
|
- `mkdocs-material-extensions`
|
|
|
|
- `python-markdown-math`
|
|
|
|
|
|
|
|
## Build instructions
|
|
|
|
|
|
|
|
MkDocs is used to build the site.
|
|
|
|
|
|
|
|
```
|
|
|
|
mkdocs build
|
|
|
|
```
|
2022-05-28 13:20:03 -04:00
|
|
|
|
|
|
|
For live reload in a development environment:
|
|
|
|
|
|
|
|
```
|
|
|
|
mkdocs serve
|
|
|
|
```
|