comment-like-figma-on-web
comment-like-figma-on-web copied to clipboard
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...
Comment like Figma on Web with Chrome Extension
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