Clean Code Guidelines - Live Demo
Look at the VuePress Theme Hope to learn more.
Make sure to install the dependencies:
# pnpm
pnpm installStart the development server on http://localhost:8080
npm run devBuild the production application:
npm run buildCheck out the deployment documentation for more information.