Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 508 Bytes

How to run

Install Deno from Deno's official website run deno task serve for server run deno task start to start client

Custom host

Configure the SHOULD_CUSTOM_HOST setting in the .env file to customize your server host. The default value is false, which means the server will run locally on port 8080.

Deno compile for standalone executables

deno compile ./client/index.ts

deno compile ./server/index.ts