Skip to content

PrairieLearn/marketing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0799037 · Feb 24, 2025

History

79 Commits
Jan 21, 2022
Jan 21, 2022
Feb 24, 2025
Nov 12, 2021
Nov 12, 2021
Jan 21, 2022
Jan 5, 2021
Nov 12, 2021
Jan 23, 2021
Jun 15, 2022
Feb 1, 2022
Mar 18, 2024
Dec 11, 2024
Nov 12, 2021
Dec 11, 2024

Repository files navigation

PrairieLearn Marketing Site

Getting Started

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