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.git
to clone the repository (optionally use a GUI like Github Desktop)cd aggie-events/frontend
to enter the frontend foldernpm install
installs all the dependencies for the frontend applicationnpm run dev
runs 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 commit
to commitgit push
to push local commit to GitHub- When you want to add branch changes to main branch, create a pull request.