Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 655 Bytes

Wren Security Website

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.

Development guide

Prerequisites

First of all you have to install NodeJS and all needed dependencies through NPM (npm install).

Development server

To start development server run this command:

npm run site:dev

Then open following URL http://localhost:3000/wrensec-website/ in your browser.