Skip to content

php-revival/php-revival.github.io

Repository files navigation

PHP Revival Banner

This is a landing page for the PHP Revival browser extension.

Project setup with Vite

Clone the repository

git clone https://github.com/php-revival/php-revival.git

Install dependencies

npm install
# or
yarn

Start the development server

npm run dev
# or
yarn dev