- Node.js
- NPM
- Git (Unless you choose to download repo from the web in which case you can skip first two steps and then just do NPM install inside downloaded repository folder)
- Open terminal and
git clone repoName
cd repoName
npm install
npm run
- Change links in
bookmarklet.jsx
npm build
- Click deploy button
- Connect GitHub account
- Make changes within forked repository and they'll be visible on your Netlify hosted page whenever you'll push the changes.