Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.34 KB

Revitesse Lite

It is a copy of Vitesse Lite, but it uses React. All the configs always keep fresh.

Features

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit flower-f/revitesse-lite my-revitesse-app
cd my-revitesse-app
git init # To make sure that the husky can work well
# If you use Linux system, you might need to execute 'chmod 777 ./.husky/*'
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
# If the UnoCSS extension doesn't work, close and restart the VSCode