- Create a directory named lib
- Add weya to that directory either by directly cloning or adding a symlink (Make sure you have the latest version of weya if symlinking)
- Run
npm install
- Run
npm run build
- Turn on developer mode on chrome
- Click load unpacked extension on chrome
- Select the
build
folder that was created after 4th step