Pic Share is a P2P picture sharing web application using webRTC
Clone and install project dependecies using npm or yarn
yarn install
once that is done you can run it on youtr local machine
yarn start
you can run the project in dev mode including both server and front-end code
yarn dev
you can also run the client or the server independently in dev mode
yarn dev:client
yarn dev:server