Compare commits

...

2 Commits

Author SHA1 Message Date
Al Bowles 1b750f05f1 Merge pull request 'Add instructions for running a local development instance of the wiki' (#4) from dev_setup into main
mkdocs build / build (push) Successful in 27s Details
Reviewed-on: #4
2023-06-29 17:45:42 +00:00
Al Bowles c8c1b44607
Add instructions for running a local development instance of the wiki 2023-06-28 14:37:15 -05:00
1 changed files with 12 additions and 0 deletions

View File

@ -7,3 +7,15 @@ https://testing.rocky.page
## Continuous Integration / Continuous Deployment
Actions Runner executes workflow to publish to https://testing.rocky.page on push to main.
## Local Development
To run a local instance of the wiki for development purposes, do the following:
# Install dependencies
pip3 install -r requirements.txt
# Run the local mkdocs server
mkdocs serve
The wiki will be available at http://127.0.0.1:8080 and will refresh automatically when edited files are saved.