Purpose: It aims to provide an platform where members can be easily updated with AKCSE events. It also encourages the members to contribute to the website to familiarize them with GitHub and web development. This project will ultimately create a community where members can learn to collaborate and improve their skill sets.
Achievements: The launch of AKCSE McGill enabled the successful development of a functional website, providing students with updates on events. As an evolving project, it creates an environment that fosters a community where individuals can contribute their inputs to the development of AKCSE McGill.
Description: AKCSE McGill is a website that students within the student body collaboratively create. The website serves as a space where individuals can be informed about events, initiatives, and updates within AKCSE; this platform also offers hands-on experiences for members to gain learning opportunities through web development and GitHub Collaboration both within and outside the club.
The website is built using modern frontend tools:
If you notice any typos or issues, plesae feel free to open an issue or submit a pull request.
For contribute to this project, please refer to the Contributing Guidelines.
- Fork and clone the repository
git clone https://github.com/<username>/akcse.git
- Navigate to the directory and install dependencies
cd akcse
npm install
- Start the development server
npm run dev
