Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
README to facilitate those wanting to work on the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Jan 9, 2024
1 parent 2bb2587 commit 89364e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Encyclopedia

This is the official repository for [CleanroomMC's Encyclopedia (aka Wikipedia)](https://wiki.cleanroommc.com/)

## Build Locally

- Requires [pip](https://pypi.org/project/pip/)

```cmd
>pip install -r requirements.txt
>mkdocs serve
```

Open [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to see the site. Refresh is triggered whenever a file is manipulated within the local filesystem.

0 comments on commit 89364e1

Please sign in to comment.