This repo contains the source for YScope's docs hub at docs.yscope.com.
Follow the steps below to build and view the site locally.
- Node.js >= 16 to be able to view the output
- python3 >= 3.10
- python3-venv
- Task
-
Build the site incrementally:
task
- The output of the build will be in
build/html
.
- The output of the build will be in
-
Clean-up the build:
task clean
Run task serve
to view the output:
task serve