Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Website

This website is built using Vocs.

Installation

$ pnpm install

Local Development

$ pnpm run dev

This command starts a local development server. Most changes are reflected live without having to restart the server.

Build

$ pnpm run build

This command generates static content into the docs/dist directory and can be served using any static contents hosting service.