A docs template built using VitePress
This repository serves as a resource for the tutorial, How to Build a Modern Documentation Site with VitePress posted on freeCodeCamp
Use this command below to boot this project locally.
git clone https://github.com/Evavic44/adocs.git
cd adocs
npm install
npm run docs:devVisit https://localhost:5173 to see your site
You may run this command to build the docs
npm run docs:builddocs/
โโโ .vitepress/
โ โโโ config.js
โ โโโ theme/
โ โโโ index.js
โ โโโ custom.css
โโโ public/
โ โโโ logo.svg
โ โโโ logo-big.svg
โโโ about.md
โโโ configs.md
โโโ contact.md
โโโ get-started.md
โโโ guide.md
โโโ index.md
โโโ package.json
โโโ README.md