First install dependencies:
yarnNext, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the site. Pages will auto-update as you edit files.
This project uses Git submodules to pull in content from the PrairieLearn example course. If you're cloning this repository for the first time, you'll need to run the following commands:
git submodule init
git submodule updateTo update the version of the PrairieLearn/PrairieLearn repository to the latest, run the following:
git submodule update --remote