Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 839 Bytes

File metadata and controls

32 lines (22 loc) · 839 Bytes

Vala Documentation

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

Requirements

Getting started

Running locally

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Run the dev server:
npm run docs:dev
  1. Open http://localhost:5173/ (default url, check output of above if this does not work)

References