27 lines
449 B
Markdown
27 lines
449 B
Markdown
# Eifueo
|
|
|
|
A "competitor" of sorts to magicalsoup/highschool available at https://eifueo.eggworld.tk.
|
|
|
|
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
|
|
```
|