This is the official website for the Association for Computing Machinery (ACM) chapter at Illinois Institute of Technology. Built with Next.js, TypeScript, and Tailwind CSS.
For detailed information about the codebase architecture, components, tech stack, and contribution guidelines, please see our comprehensive Source Code Overview.
Follow these instructions to clone the repository locally and run the server.
Make sure you have the following installed on your machine:
- Open your terminal or command prompt.
- Clone the repository using the following command:
git clone https://github.com/iitacm1/iitacm1.github.io.git- Navigate to the project directory:
cd iitacm1.github.ioInstall the project dependencies using npm or yarn:
npm install
# or
yarn installStart the development server with the following command:
npm run dev
# or
yarn devOpen your browser and navigate to http://localhost:3000 to see the application running.