doc: Update docs

This commit is contained in:
2022-05-28 13:20:03 -04:00
parent 57d950cb55
commit 871bed5988
2 changed files with 9 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# Eifueo
A "competitor" of sorts to magicalsoup/highschool.
A "competitor" of sorts to magicalsoup/highschool available at https://eifueo.eggworld.tk.
Please see [CONTRIBUTING.md](/eggy/eifueo/src/branch/master/CONTRIBUTING.md) for guidelines and formatting information.
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and formatting information.
## Dependencies
@@ -18,3 +18,9 @@ MkDocs is used to build the site.
```
mkdocs build
```
For live reload in a development environment:
```
mkdocs serve
```