GitXplorerGitXplorer
R

revanced-website

public
329 stars
43 forks
20 issues

Commits

List of commits on branch main.
Verified
236226a0bacbf2402c21a1da517d1ac53808929d

ci: Use Wrangler Action instead of now deprecated Pages Action

ooSumAtrIX committed 2 months ago
Verified
1f5abe971144e72e3deb544f03a876b5f37d2f00

feat: Add DMCA protection badge

ooSumAtrIX committed 2 months ago
Verified
586c67a9ca47f78832023857cf5ae81f6f4fdf0f

feat: Move Google Tag Manager ID to env variable

ooSumAtrIX committed 2 months ago
Verified
504a670e4efac137a7b8df89668cbf859cb0de86

fix: Only load GTM when consent is given & use reactivity instead of reloading the site

ooSumAtrIX committed 2 months ago
Verified
582d51e3943b59121a006a2f8b853744eba38a3b

fix: Bump API version

ooSumAtrIX committed 2 months ago
Verified
68f8c1fd5951b52744fce3211c0afc726c43fcba

chore: Bump API (#263)

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.