Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 494 Bytes

Go Playground Web

image

Frontend part of Go Playground API.

Basically just another Go playground that I build for learning purpose.

How to run

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