Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 807 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 807 Bytes

AIS Organization Website

Everything you want and more about the Artificial Intelligence Society at UTD

Development

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 start the local development server, clone the repository and run:

npm run dev

To build the website into a bundle that can be deployed on any static hosting provider, run:

npm run build

License

This project uses the MIT License.

Contact

If you have any questions about this source code, reach out to [email protected].