Learning the Universe Official Website

This is the official website for the Simons Collaboration on Learning the Universe.

View the website here: https://learning-the-universe.org/

To edit the various webpages, you can find the source Markdown source files here:

To compile the website, follow the instructions in INSTALL.md.

Once you've installed the necessary dependencies, you can compile the website by running the following command:

bundle exec jekyll serve

To [optionally] run prettier:

npx prettier . --check  # to check
npx prettier . --write  # to make changes