hack-rpi / HackRPI-Website-2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackRPI-Website-2024

The HackRPI Website hackrpi.com for our 2024 Hackathon at Rensselaer Polytechnic Institute

Tech Stack ๐Ÿ’ป

A simple, front-end only website with NextJS, React, TailwindCSS, and TypeScript.

Getting Started

  1. Clone the repository with Git

  2. 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 proper amplify_outputs.json file.

  3. Install the dependencies with npm

    npm i
    
  4. Run the development server with npm

    npm run dev
    

Contributing ๐Ÿš€

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!

About

License:MIT License


Languages

Language:TypeScript 99.0%Language:CSS 0.5%Language:JavaScript 0.5%