Skip to content

biodasturchi/docs

Repository files navigation

image

Biodasturchi

img

A blog template built using VitePress

Run project locally

Use this command below to boot this project locally.

git clone https://github.com/biodasturchi/docs.git

cd docs

yarn

yarn run docs:dev

Visit https://localhost:5173 to see your site

Build

You may run this command to build the docs

yarn run docs:build