diff options
| author | Ruben Knol <c.minor6@gmail.com> | 2020-09-27 16:57:24 +0000 |
|---|---|---|
| committer | Ruben Knol <c.minor6@gmail.com> | 2020-09-27 16:57:24 +0000 |
| commit | cdeb0efb1e64bd059c0bf8af0cf89c24200d9468 (patch) | |
| tree | a9644889942942f899a69016f3c2e0046350ef3d /README.md | |
| parent | ad7fccbee23e7ab0348bee23a12401fbc650acd2 (diff) | |
| parent | e3dca99b9461e2b0fc8f918e6ec2b5212060a8ac (diff) | |
Merge branch 'babel-setup' into 'main'
Build system
See merge request rbdr/junction!3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ Connect people through any URL ## Extension +First, make sure to build the plugin. From the extension's root you can call: + +``` +$ yarn install && yarn build +``` + ### Testing on Firefox In order to test on firefox, first go to `about:debugging`, then click |