Everything you want and more about the Artificial Intelligence Society at UTD
This project is built using NextJS, a React framework that allows static builds of the website.
This repository assumes you already have Node.js and NPM installed. If have not installed those in your development environment, install before proceeding.
To import the necessary libraries, clone the repository and run:
npm i --forceTo start the local development server, run:
npm run devTo build the website into a bundle that can be deployed on any static hosting provider, run:
npm run buildThis project uses the MIT License.
If you have any questions about this source code, reach out to contact@aisutd.org.