Skip to content

eyuelberga/pic-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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