Skip to content

🌐 Website for ReVanced

License

Notifications You must be signed in to change notification settings

ReVanced/revanced-website

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0eeb97 Β· Dec 22, 2024
Nov 30, 2024
Dec 31, 2023
Dec 22, 2024
Dec 22, 2024
Nov 30, 2024
Jan 2, 2023
Jan 7, 2024
Nov 30, 2024
Jul 17, 2022
Jul 31, 2023
Dec 31, 2023
Oct 24, 2022
Jul 31, 2023
Dec 22, 2024
Dec 22, 2024
Dec 4, 2024
Jan 7, 2024
Jan 7, 2024
Dec 31, 2023

Repository files navigation

ReVanced Website

The official ReVanced Website.

Developing

Install dependencies with npm install (or pnpm install).

Start a development server by running:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production build, run:

npm run build

You can preview the production build with npm run preview.