Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 945 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 945 Bytes

AWAP 2024 Landing Page

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 https://github.com/ACM-CMU/awap-landing-page-2024
cd awap-landing-page-2024

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