Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 654 Bytes

File metadata and controls

22 lines (17 loc) · 654 Bytes

alclient-visual-studio-code-sample

Sample demonstrating how to get ALClient to work over typescript with Visual Studio Code

Thanks to earthiverse and everyone else in the Adventure Land Discord for help to get this working.

Setup Instructions

  1. Install Visual Studio Code.
  2. Install Node JS 16.16.0.
  3. Clone this repo to a directory
  4. Open directory in Visual Studio Code
  5. Create credentials.json
  6. Open terminal in Visual Studio Code (Ctrl + `)
  7. npm install

Run Manually

  1. Open terminal in Visual Studio Code (Ctrl + `)
  2. Compile: npx tsc.
  3. Run: node .\build\index.js

Run via Visual Studio Code Shortcut

  1. Press Ctrl + F5