This repository contains the code for the Illinois Labs official website.
This site is made using Sapper. For more detailed instructions and information about Sapper, see SAPPER.MD.
To get this started up locally, run the following commands:
cd www # if you aren't already in the repository
npm install # or yarn
npm run dev
This will start up a development server running on port 3000.
This is deployed using Netlify, and can be found at illinoislabs.org.