Skip to content

acm-cmu/hackcmu2022-event-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackCMU 2022 Event Website

This project was bootstrapped with Create React App. Ensure git and npm are installed on your computer.

Running the website

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.

Workflow

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

About

Event website for HackCMU 2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published