Skip to content

Latest commit

Β 

History

History
50 lines (35 loc) Β· 1.95 KB

File metadata and controls

50 lines (35 loc) Β· 1.95 KB

Contributing to tuffyhacks.com!

What better way is there to contribute to the TuffyHacks event than building its very own virtual platform?!

About 🀨

This project was jump-started with Vercel's virtual event starter kit.

Development πŸ‘¨β€πŸ’»

To get started, you will need to have NodeJS installed on your machine.

# Downloading the repository to your machine...
# If git is not installed on your machine, alternatively
# download this repository from GitHub:
# https://github.com/EthanThatOneKid/tuffyhacks.com/archive/master.zip
git clone https://github.com/ethanthatonekid/tuffyhacks.com.git

# Installing dependencies with NPM...
npm i

# Spin up the development server...
npm run dev

When you finish making your changes, feel free to send a pull request!

Deployment πŸš€

This site is deployed on Vercel. The platform is the simplest solution for hosting this event.

Resources πŸ“š

The official TuffyHacks notion has all of the information about the event within. Only authorized TuffyHacks team members have access to this notion.

This project is built with Next.js, a powerful framework for maintaining web applications. If you are new to Next.js, you do not need to understand how it works in order to contribute. As long as you can write code using context clues, your help is valuable to the project. React knowledge is helpful since our user interface is written in React. See the official Next.js documentation if you are interested in learning Next.js for yourself.