Skip to content

Commit

Permalink
updated cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
k2d222 committed Oct 19, 2024
1 parent b5c0676 commit b7e895b
Show file tree
Hide file tree
Showing 9 changed files with 1,216 additions and 927 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The `bridge_out` and `bridge_in` feature flags guard this feature and are disabl

### Client

Copy the `env.example` file to `.env` or `.env.production` and configure the websocket server url. For a TLS-encrypted websocket, the url schemes are `wss://` and `https://`. Otherwise, use `ws://` and `http://`.
Copy the `env.example` file to `.env` or `.env.production` and configure the websocket server url.

Have [npm](https://www.npmjs.com/) installed and run `npm install` in the client directory to install dependencies, `npm run dev` to run a dev server and `npm run build` to produce a release in the `dist` directory.

Expand Down
Loading

0 comments on commit b7e895b

Please sign in to comment.