Skip to content

PantherHacks/2025.pantherhacks.dev

Repository files navigation

Important

This is an archived version of the 2025 PantherHacks website. You can visit it at https://2025.pantherhacks.dev. If you are looking for the current PantherHacks website, please visit the live website at https://pantherhacks.dev or the GitHub repository at https://github.com/pantherhacks/pantherhacks.dev.

PantherHacks 2025 Banner

2025.PantherHacks.dev is an open-source Next.js website. It is written in TypeScript and uses React.

Installation

  1. Install Node: Install the correct version of node (v22.5.1) for the project.

Note About Node

If you are using nvm (Node Version Manager), you can run:

nvm install
nvm use

Run the follow command to make sure that you are on the correct version of node:

node -v # Should be v22.5.1
  1. Install Node Dependencies: Install all the dependencies that the project uses by running the following command in the project's root directory:
npm install
  1. Start the Development Server: Start the development server to see your changes live:
npm run dev
  1. Open the website by visiting http://localhost:3000 with your browser. When you make changes to a code file and save the file, the live preview will update on the url automatically.

Contributing

Contributions are always welcome though will be reviewed by our team!

Please adhere to this project's code of conduct.

Feedback

If you have any feedback, bug reports, or anything else, please create an issue.

License

MIT

About

Public archive of the official PantherHacks 2025 website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors