PantherHacks.dev is an open-source Next.js website. It is written in TypeScript and uses React.
- Install Node: Install the correct version of node (v22.5.1) for the project.
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
- Install Node Dependencies: Install all the dependencies that the project uses by running the following command in the project's root directory:
npm install
- Start the Development Server: Start the development server to see your changes live:
npm run dev
- 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.
Contributions are always welcome though will be reviewed by our team!
Please adhere to this project's code of conduct.
If you have any feedback, bug reports, or anything else, please create an issue.