Install and run BitPlay locally with Go
mainIf you have Go installed, you can run BitPlay directly from the source code.
Prerequisites:
- Go 1.18 or later
Steps:
- Clone the repository and enter the directory.
- Download the necessary Go modules.
- Run the application using
go run.
The server will start on http://localhost:3347 by default.