Install Node.js and the Heroku CLI if you don't already have them, and then:
npm install -g herokutorepl
run: npm init
(herokutorepl command can only run inside a folder with a valid package.json file)
then run: herokutorepl
then just follow the instructions, and you're done! ๐๐
First install all of the packages with
npm install
Then run it using
npm run dev
You can also generate a binary using
npm run build