Skip to content

Flower-F/revitesse-lite

Repository files navigation

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 xxx
cd xxx
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