Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 766 Bytes
Pic Share logo

Pic Share

Pic Share is a P2P picture sharing web application using webRTC

Aimeos TYPO3 demo

Installation

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

Development

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