GitXplorerGitXplorer
R

revanced-website

public
329 stars
43 forks
20 issues

Commits

List of commits on branch main.
Verified
e9e54ce0b334845988c63792d45b6418cc35b18e

chore: Merge branch `dev` to `main` (#270)

ooSumAtrIX committed a month ago
Verified
b068c38661037cf4d363b17e43b8089f74f177d2

fix: Add missing refurl query to DMCA badge

ooSumAtrIX committed a month ago
Verified
edb575029673e78cd46ebbac1747e322e81d20d5

chore: Merge branch `dev` to `main` (#268)

ooSumAtrIX committed 2 months ago
Verified
a87c534039444959ac406628904f1282174b2670

feat: Add sitemap

ooSumAtrIX committed 2 months ago
Verified
2d10c3886e2a3ce0d15704a8e6fb1747f7eea934

chore: Bump dependencies

ooSumAtrIX committed 2 months ago
Verified
dbb67d7b538c76771e28be9dd85ce4fe5f545c95

chore: Update package lock

ooSumAtrIX committed 2 months ago

README

The README file for this repository.

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.