This is a POC repository for creating a documentation site using Vitepress for IBM DevOps Deploy Plugins
To build the project locally, Node.js is required.
- Clone the repository locally using
git clonecommand
git clone <repo-url>- Change directory to
devops-deploy-plugin-docs-poc
cd devops-deploy-plugin-docs-poc- Install and resolve dependencies for the project using below
npmcommand
npm ci- To build the project run below build command
npm run docs:build- To host the project locally, run below serve command
npm run docs:serve- To host the project locally, run in developer mode
npm run docs:dev