Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePng committed Aug 16, 2024
2 parents 084951b + 29a43b6 commit 4af728c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Description Soon :)

### Built With

* ![Python](https://img.shields.io/static/v1?style=for-the-badge&message=Python&color=3776AB&logo=Python&logoColor=FFFFFF&label=)
* ![JavaScript](https://img.shields.io/static/v1?style=for-the-badge&message=JavaScript&color=222222&logo=JavaScript&logoColor=F7DF1E&label=)

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand All @@ -91,7 +92,15 @@ deployment for notes on how to deploy the project.
git clone https://github.com/TheTrustyPwo/Superposition.git
```

2. Open `index.html`
2. Install mkdocs.
```shell
pip install mkdocs mkdocs-material mkdocs-simple-hooks mkdocs-macros-plugin
```

3. Host locally.
```shell
python -m mkdocs serve
```


<!-- LICENSE -->
Expand Down

0 comments on commit 4af728c

Please sign in to comment.