Skip to content

Commit

Permalink
fix wwt#1 usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Jan 4, 2021
1 parent 561f311 commit 11284fe
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 12 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

This is a simple implementation of a Vue client to our [custom Guacamole Client in Go](https://github.com/wwt/guac).

This implementation passes passwords over in plaintext. It's not recommended to run this way in production. This is for demoing purposes only.
This implementation passes passwords over in plaintext. It's not recommended running this way in production. This is for demoing purposes only.

## demo
![Demo](/demo.gif?raw=true "Demo")

## usage

- Build and run guacd and the Go guac client with the instructions [here](https://github.com/wwt/guac)
- Install node & npm
- Run `npm i` to install dependencies
- Run `npm run serve` to start the server
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11284fe

Please sign in to comment.