- Create account on workerb.
- Install workerb extension.
- Add Trello package.
- Setup Trello package.
- 🚀🚀
-
To install project dependencies, run
yarn install
. -
To build the project, run
yarn build
(production build). -
To continuously build the project, run
yarn watch
(but this will not build new files and folders that you create while developing the project). -
Run
yarn build
oryarn watch
in terminal -
Log into https://workerb.app.
-
Press
Ctrl + k
to open workerB action bar. -
Hit Enter to stat the dev mode (notification will come on top right corner indicating dev mode is on)
-
Run
loadDir <path>
in the workerB action bar.path
is the path of the dist folder generated by yarn. -
For path of your dist folder append
file:///
in the start in case of windows Make sure that you turnedAllow access to file URLs
option for workerB extension. -
To do that, navigate to
chrome://extension
in your chrome browser and click theDetails
button for workerB extension. -
After successfully loading your dist location scripts you can start using workerB
-
To remove the dist folder and script use
removeDir
command (notification will come on top right corner indicating taht script is removed) -
Hit enter to remove the dist scripts
-
To re index whole scripts again (used in case of loading new content from APIs or see the logs) type
reIndex
in workerB action bar. -
Hit Enter to re index.