Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 261 Bytes

File metadata and controls

18 lines (14 loc) · 261 Bytes

Lastic docs

This is a Documentation website built with vitepress for Lastic.

Installation

To get this repository started, run

pnpm install
pnpm run docs:dev

To push updates

git add .
git commit -m "comment"
git push origin main