Skip to content

delapuente/rust-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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