# HackRPI 2026 Website

https://hackrpi.com/

The Official Website for HackRPI 2026!

## Tech Stack

Languages used:
* [Next.js](https://nextjs.org/)
* [React](https://react.dev/)
* [TailwindCSS](https://tailwindcss.com/)
* [TypeScript](https://www.typescriptlang.org/)

External packages used:
* [Daisy UI](https://daisyui.com/)
* [Lenis](https://lenis.darkroom.engineering/)
* [GreenSock Animation Platform](https://gsap.com/)
* [Three.js](https://threejs.org/)

## Instructions for Development

1.  Install the dependencies with npm

        npm i

2.  Run the development server with npm

        npm run dev

## Contributions

We are always looking for contributions! If you're wondering where to start, check out our issues pages for work that still needs to be done.

Before contributing please take a look at our [contributing guidelines](./CONTRIBUTING.md). Thank you!