Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 383 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 383 Bytes

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