The repo includes the contents of the website for the Pressbooks Open Source project, hosted at pressbooks.org.
The main branch of this repository is deployed to Netlify.
To run in local development mode:
npm install && npm start
To build:
npm run build