Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 370 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 370 Bytes

Local Setup

  • Download the server side code npm clone https://github.com/MeastroZI/Pumato_ServerSide

  • Install dependencies npm i

  • creat .env file with LOCAL_HOST=http://${Your network ip here}:8000

  • npm start to start the server

  • Download client side code npm clone https://github.com/MeastroZI/Pu_mato.git

  • Install dependencies npm i