Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 391 Bytes

SargoniaTS

Sargonia implementation in TypeScript, via HTTP.

Installing

You will need Node.JS and npm first. Clone/download the repo, open it and execute the commands:

npm i -D  # Install dependencies required to build
tsc -p tsconfig.server.json  # Build server
tsc -p tsconfig.client.json  # Build client scripts

Then, you can run the server with node out/index.js.