# Peer Flow **Repository Path**: pboymt/peer-flow ## Basic Information - **Project Name**: Peer Flow - **Description**: 由socket.io驱动,使用WebRTC交互数据的个人云剪贴板。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2022-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # peer-flow > An awesome project based on Ts.ED framework See [Ts.ED](https://tsed.io) project for more information. ## Build setup > **Important!** Ts.ED requires Node >= 10, Express >= 4 and TypeScript >= 3. ```batch # install dependencies $ npm install # serve $ npm run start # build for production $ npm run build $ npm run start:prod ```