Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 503 Bytes

Hello, world!

The simplest Qubit setup possible.

In one terminal, start the server.

cargo run

In another terminal, install TypeScript dependencies, and run the client!

corepack enable # if not enabled
pnpm i
pnpm start

Note

The TypeScript client has some additional dependencies in order to get it up and running quickly, namely ws. This is not required for clients that are running in the web browser due to WebSocket existing, however in Node this is not the case.