The website source code for Aggie Events, an all-in-one crowdsourced database for all events and organizations around the Texas A&M campus.
- Download Git and Node.js
git clone https://github.com/Aggie-Events/aggie-events.gitto clone the repository (optionally use a GUI like Github Desktop)cd aggie-events/frontendto enter the frontend foldernpm installinstalls all the dependencies for the frontend applicationnpm run devruns the development server
Follow this blog post to get your local backend environment set up.
git branch [INSERT NEW BRANCH NAME HERE]to create branch- Make changes
git add .to stage all changes to commitgit committo commitgit pushto push local commit to GitHub- When you want to add branch changes to main branch, create a pull request.