Wren Security website project is based on VitePress and GitHub Pages.
Main development branch contains source files in folder site.
Website is built through GitHub Action pipeline that deploys all artifacts into gh-pages branch.
First of all you have to install NodeJS and all needed dependencies through NPM (npm install).
To start development server run this command:
npm run site:dev
Then open following URL http://localhost:3000/wrensec-website/ in your browser.