Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 380 Bytes

File metadata and controls

executable file
·
21 lines (15 loc) · 380 Bytes

Docus Starter

This project is from starter template for Docus.

Setup

Install dependencies:

docker run --rm -v `pwd`:/root -w /root node:19 npm install

Development

docker run --rm -v `pwd`:/root -w /root node:19 npm run dev

Static Generation

docker run --rm -v `pwd`:/root -w /root node:19 npm run generate