Skip to content

IllinoisLabs/www

Repository files navigation

Illinois Labs Official Website

This repository contains the code for the Illinois Labs official website.

Running Locally

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.

Deployment

This is deployed using Netlify, and can be found at illinoislabs.org.