This project is built using VuePress 2.
Markdown documents can be found in the following folder:
/docs/
To run the project in development mode with live edit support run the following command from the project directory.
Note: Requires Docker to be installed.
docker run -p 8080:8080 --rm -v $(pwd):/dsmm node:18 bash -c "cd /dsmm && yarn && npm run docs:dev"
This will enable you to live update Markdown documents and preview changes in realtime from the local webserver:
To run and build the project locally you must have the following dependencies installed on your system:
- NdoeJS to run the project locally and build to static document site.
- Yarn package manager to install dependence.
yarn
npm run docs:dev
yarn
npm run docs:build