Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 538 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 538 Bytes

PWA Workshop

Build the ebook

This project uses Node and npm scripts to build and perform some tasks. You will need to have both Node and npm installed in your system.

  1. Install third-party dependencies

    npm install
  2. Build the HTML ebooks in all available languages with:

    npm run build

Other tasks

You can clean up the files generated by the build process with:

npm run clean

You can publish the HTML ebooks via Github Pages with:

npm run deploy