Complete instructions for building the Smart Join extension and publishing the site
npm installnpm run build:extdist/ folder, ready for local loading into your browser
npm run build:site — this reads src/manifest.json and creates
site/version.html with the current version and release detailsnpx serve site, orpython3 -m http.server 8000 --directory siteThis repository includes a GitHub Action that automatically publishes the site/ folder to the
gh-pages branch whenever you push to main.
gh-pages branch.
src/manifest.json to point to
https://YOUR_USERNAME.github.io/Smart-Join/.github/workflows/deploy-site.yml