The real-time communication tool with game servers in mind, for use with a Phase Server.
- Clone this repo
cdinto the new directory- run
npm install - There are a few scripts in the package.json
- to run locally for dev,
npm run startruns parcel serve - to build for production
npm run buildthis will transpile the ts files to js, put all output js files into the dist directory
- to run locally for dev,
