# stream-background **Repository Path**: jiawei651/stream-background ## Basic Information - **Project Name**: stream-background - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-27 - **Last Updated**: 2022-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Stream Background ## Links - [GitHub](https://github.com/brunosimon/stream-background) - [Live](https://stream-background.vercel.app) ## Setup Download [Node.js](https://nodejs.org/en/download/). Run this followed commands: ``` bash # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build ```