Skip to content

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

05c6513 Β· Sep 20, 2024
Apr 28, 2024
Dec 31, 2023
Sep 20, 2024
Mar 3, 2024
Jul 31, 2023
Jan 2, 2023
Jan 7, 2024
Dec 23, 2022
Jul 17, 2022
Jul 31, 2023
Dec 31, 2023
Oct 24, 2022
Jul 31, 2023
Sep 4, 2024
Sep 4, 2024
Sep 17, 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.