Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ReVanced/revanced-website
🌐 Website for ReVanced
https://github.com/ReVanced/revanced-website
frontend revanced website
Last synced: 3 months ago
JSON representation
🌐 Website for ReVanced
- Host: GitHub
- URL: https://github.com/ReVanced/revanced-website
- Owner: ReVanced
- License: gpl-3.0
- Created: 2022-07-17T02:32:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T14:41:45.000Z (4 months ago)
- Last Synced: 2024-08-18T14:47:06.213Z (4 months ago)
- Topics: frontend, revanced, website
- Language: Svelte
- Homepage: https://revanced.app
- Size: 6.88 MB
- Stars: 288
- Watchers: 15
- Forks: 42
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - Website Source
README
# ReVanced Website
The official ReVanced Website.
## Developing
Install dependencies with `npm install` (or `pnpm install`).
Start a development server by running:
```bash
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:
```bash
npm run build
```You can preview the production build with `npm run preview`.