The HackRPI Website hackrpi.com for our 2024 Hackathon at Rensselaer Polytechnic Institute
A simple, front-end only website with NextJS, React, TailwindCSS, and TypeScript.
-
Clone the repository with Git
-
Create a file named
amplify_outputs.json
, in that file just add{}
. This file is used for our Schedule page backend, but I don't want to have to give everyone access to AWS. If you need access to modify the schedule page, then please contact the Director of Technology, and they will give you a properamplify_outputs.json
file. -
Install the dependencies with npm
npm i
-
Run the development server with npm
npm run dev
We are always looking for contributions! If you're wondering where to start, checkout our issues pages for work that still needs to be done.
Before contributing please take a look at our contributing guidelines. Thanks!