Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 297 Bytes

Pressbooks.org

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.

Development

To run in local development mode:

npm install && npm start

To build:

npm run build