Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 809 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 809 Bytes
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