- Clone:
git clone https://github.com/brookhong/Surfingkeys.git
cd Surfingkeys
git checkout 83721a81a21fe1527d269c91b93ca28c42598e69 # last known safe commit
git branch SAFE # make a new branch at this point
git checkout SAFE
npm i && npm run build:prod
- Open Chrome. Go to chrome://extensions
- Enable "Developer Mode" in the top right.
- Click "Load Unpacked"
- Select
<path to your repo>/dist/production/chrome
You might see an error about Neovim and manifest version 2, but it should work.