GuacLive / guac-web

Main web ui for the Guac livestreaming platform
https://guac.live
MIT License
11 stars 5 forks source link
guac livestreaming streaming video video-streaming

guac-web

Source code for the web ui guac.live

Install the node dependencies

yarn

Copy the .env.build-example file to .env.build

cp .env.build-example .env.build

You can now execute the project.

# Run in development mode
now dev

# Deploy to production
npm run deploy

License

See LICENSE