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