/oppkey_workflow_test

test of oppkey workflow

Primary LanguageHTML

Oppkey workflow with Sparrow bootstrap template

  1. npm run start to monitor changes
  2. put images in public/assets/img/oppkey/
  3. edit src/pug/mixins/homes/Oppkey.pug
  4. edit package.json for version
  5. npm run live to build live version
  6. edit package.json script for publish and add prefix for the live version example: "publish": "git subtree push --prefix live/v1.0.0 origin gh-pages",
  7. git add and git commit -m "message"
  8. git push origin main
  9. npm run publish to publish to gh-pages