This repository is the Nuxt.JS single page website for Pop!_OS. It is viewable at https://pop.system76.com.
You will need a modern (10.x >) nodejs version installed. Then simply clone the repository and run the following commands:
# Install all the dependencies
npm ci
# Run the server
npm start
When changes get pushed into master, GitHub actions will start a deploy. No extra work is needed as a developer.
Pop!_OS documentation can be viewed at https://support.system76.com/
Documentation can be viewed and edited on GitHub from the /docs
directory.