Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 435 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 435 Bytes

Comment like Figma on Web with Chrome Extension

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