Deploy the Original Quirk Project to Github Pages using grunt-gh-pages
Fork the repository to your own account. It is important because you will need to deploy the project to your own Github Pages. Once you have forked the repository, clone it to your local machine.
The dependency Puppeteer is not needed for the deployment to Github Pages. To avoid the potential installation error of Puppeteer, set the environment variable PUPPETEER_SKIP_CHROMIUM_DOWNLOAD
to true
before installing the browser toolkit.
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm i
npm run build # Build the output
npm run deploy
Open your github pages. In my case, it is https://zziangz.github.io/Quirk/