/docs

Docs website for Lastic

GNU General Public License v3.0GPL-3.0

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