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
- Install Visual Studio Code.
- Install Node JS 16.16.0.
- Clone this repo to a directory
- Open directory in Visual Studio Code
- Create
credentials.json
- Open terminal in Visual Studio Code (Ctrl + `)
npm install
Run Manually
- Open terminal in Visual Studio Code (Ctrl + `)
- Compile:
npx tsc
. - Run:
node .\build\index.js
Run via Visual Studio Code Shortcut
- Press Ctrl + F5