This project was bootstrapped with Create React App. Ensure git and npm are installed on your computer.
Clone the directory onto your computer and cd
into the project directory :
git clone [...link here...]
cd hackcmu2022-event-site
To install Node.js and npm, go here
If this is your first time running the website, run:
npm install
Then, to run the website, run:
npm start
Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.
Optionally run npm run build
to run in production mode.
When you have made some changes to the website, run the following commands to push the changes to Github:
git add -A
git commit -m "commit message here"
git push