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:dev
Visit https://localhost:5173 to see your site
You may run this command to build the docs
npm run docs:build
docs/
βββ .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