Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 380 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 380 Bytes

Nix² Documentation

Setup

Install dependencies with yarn.

yarn

Test

Run the local docs server.

yarn dev

Build

Build the static site, output is at src/.vuepress/dist/.

yarn build

Deploy

The site is deployed whenever there are changes to the main branch at https://nix2io.github.io/docs/.