Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 546 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 546 Bytes

typescript-otserver Build Status

Open this probject in Visual Studio Code. Press F5 to debug.

Instalation:

  • Clone the repository.
  • Open the command line in the folder that it was cloned.
  • Run npm install to download dependencies
  • Run npm run build to transpile the TypeScript code to JavaScript
  • Run npm run start to run the server.