A simple website that provides a list of plugins for Revenge, indicating their current working status.
Link: https://plugins-list.pages.dev/
Instructions to set up and run the project locally.
- Bun must be installed.
- Clone the repository:
git clone https://github.com/Purple-EyeZ/Plugins-List.git cd Plugins-List - Install dependencies:
bun install
- Run the development server:
The site will be available at
bun run dev
http://localhost:3000.