Frontend part of Go Playground API.
Basically just another Go playground that I build for learning purpose.
Note: Run Go Playground API first!
Create new file .env.local
by copying from .env.example
. Set required variables in there.
npm i
npm run dev