https://github.com/maxstanley/docs.maxstanley.uk
The Source behind docs.maxstanley.uk
https://github.com/maxstanley/docs.maxstanley.uk
Last synced: 5 months ago
JSON representation
The Source behind docs.maxstanley.uk
- Host: GitHub
- URL: https://github.com/maxstanley/docs.maxstanley.uk
- Owner: maxstanley
- License: gpl-3.0
- Created: 2020-07-20T22:26:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T20:50:32.000Z (about 4 years ago)
- Last Synced: 2025-05-04T14:00:16.424Z (about 1 year ago)
- Language: HTML
- Size: 4.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs.maxstanley.uk
The source for docs.maxstanley.uk
## Developing Locally
To run this site locally and test any changes run the following commands.
To prepare the repository for running.
```bash
git submodule update --init --recursive
cd themes/hugo-geekdoc
npm install
npm run build
```
To run the test server.
```bash
docker-compose up -d
```