Repo for Derpfest Website built with React and Vite.
URL: derpfest.org
- Clone the repo on your local machine.
git clone https://github.com/DerpFest-AOSP/DerpSite.git
cd DerpSite
To run the website on your local machine, you need to:
- Install nodejs.
- Install the project's dependencies:
npm i
npm run dev
- Fork the clone on your github.
https://github.com/DerpFest-AOSP/DerpSite/fork
-
Make your changes locally and push to your git.
-
Send a pull request and we'll review it.