This is the source code repository for the Vala Documentation website.
You can view the website online here: https://docs.vala.dev/
Also, you can contribute to the Vala programming language website here: https://github.com/vala-lang/vala-www
- node.js version 18 or higher
 
- Clone the repository
 - Install dependencies:
 
npm install- Run the dev server:
 
npm run docs:dev- Open http://localhost:5173/ (default url, check output of above if this does not work)