Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 634 Bytes

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.