This is a extension which is used to save the links to trello while clicking alt + mouse left click
.
This is a mono repo which provides two services
- Node server
- Firefox extension
git clone https://github.com/nimish-gupta/save-link-trello.git
.cd save-link-trello
yarn install
- Copy
constants.example.js
file toapi/_config/constants.js
and fill the constants.js file with appropriate values. yarn start:dev
to start server.cd extension && web-ext run --verbose