1
Make a new project folder
2
Initialize with pnpm
3
Install dependencies
4
Initialize a tsconfig.json
6
Create main.ts
7
Run the snippet
Now that we’ve tried the simplest snippet, let’s take a look at the step-by-step integration guide.
Make a new project folder
Initialize with pnpm
Install dependencies
Initialize a tsconfig.json
Create main.ts
Run the snippet