Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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=development

Run this commands:

git clone https://github.com/rastmob/comment-like-figma-on-web.git
cd app
npm i
npm run prepare-db
npm start