Welcome to the repository for the official website of the Texas A&M University-San Antonio ACM student chapter. This website serves as a comprehensive resource for all the activities, initiatives, and events organized by the ACM chapter. It also provides a host of resources for students to help them in their academic journey.
This project is built using Jekyll, a simple and blog-aware static site generator. To run this project locally, you will need to have Ruby and Jekyll installed on your machine. Follow the instructions below to get the project up and running:
- Clone the repository to your local machine using
git clone https://github.com/TAMUSA-ACM/TAMUSA-ACM.github.io.git - Navigate to the cloned repository using
cd TAMUSA-ACM.github.io - Install Jekyll and other dependencies using
bundle install - Run the Jekyll server using
bundle exec jekyll serve - Open your browser and navigate to
http://localhost:4000
Once you have the project running on your local machine, you can use it to:
- Get updates on upcoming events organized by the ACM chapter.
- Access various resources provided for students.
- Learn more about the activities and initiatives of the ACM chapter.
We welcome contributions from anyone who wants to improve the website. Before making contributions, please follow these guidelines:
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them with a clear and concise commit message.
- Push your changes to your forked repository.
- Create a pull request describing the changes you made.
Before creating a pull request, please make sure your changes do not break the project and are consistent with the overall design and structure of the website.
This project is licensed under the MIT License. For more details, please see the LICENSE file.