Running JSPrismarine
1. Prerequisites
2. Install dependencies
# Install npm dependencies
$ pnpm install
3. Running
# Development
$ pnpm run dev
# Production (you should probably be using the prebuilt version however)
$ pnpm run build
$ pnpm run start