First install dependencies:
yarn
Next, run the development server:
yarn dev
Open 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 update
To update the version of the PrairieLearn/PrairieLearn
repository to the latest, run the following:
git submodule update --remote