Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rastmob/comment-like-figma-on-web
This project allows you to make a comment on any website. With the extension you can comment to the specific area of the website and it is easy to share with your co-worker. Make a comment on website like on Figma.
https://github.com/rastmob/comment-like-figma-on-web
chrome chrome-extension chrome-extensions express figma hightlight javascript nodejs
Last synced: 3 days ago
JSON representation
This project allows you to make a comment on any website. With the extension you can comment to the specific area of the website and it is easy to share with your co-worker. Make a comment on website like on Figma.
- Host: GitHub
- URL: https://github.com/rastmob/comment-like-figma-on-web
- Owner: rastmob
- Created: 2022-11-26T11:17:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T13:03:22.000Z (9 months ago)
- Last Synced: 2024-02-14T11:47:02.736Z (9 months ago)
- Topics: chrome, chrome-extension, chrome-extensions, express, figma, hightlight, javascript, nodejs
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/comment-like-figma-on-web/fibacpbnmdffbkmdgnoafnlibkghmjjg?hl=en
- Size: 7.44 MB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comment like Figma on Web with Chrome Extension
![Comment like Figma on Web with Chrome Extension](https://raw.githubusercontent.com/rastmob/comment-like-figma-on-web/main/1280-640.png)
## For first installation
Edit your .env file :
PORT=4444
NODE_ENV=developmentRun this commands:
git clone https://github.com/rastmob/comment-like-figma-on-web.git
cd app
npm i
npm run prepare-db
npm start