-
Notifications
You must be signed in to change notification settings - Fork 4
README
Steven Dunn edited this page Mar 3, 2026
·
1 revision
This folder contains the source files for the GitHub Wiki. You can preview them locally before uploading.
- Open the
/wikifolder in VS Code. - Open any file (e.g.,
Home.md). - Press
Cmd + Shift + V(Mac) orCtrl + Shift + V(Windows) to toggle the built-in preview. - Links like
[[Concepts]]are GitHub-specific and may not resolve automatically in standard Markdown viewers unless converted.
If you want to view them as a mini-website:
cd wiki
python3 -m http.server 8888Then visit http://localhost:8888 in your browser. Note that this will serve raw text; for rendered views, a dedicated Markdown viewer is required.
- Go to your repository on GitHub.
- Click the Wiki tab.
- If the Wiki is not yet created, create a dummy page.
- Clone the wiki repository (it usually ends in
.wiki.git). - Copy all files from this
/wikifolder into the cloned wiki repo. - Commit and push.