Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 673 Bytes

PHP Dump Server

Server for the Client

Stack:

  • UI is build using Svelte
  • Webserver is running with Go

The compiled UI will be build into the Binary, so you need to start only the Binary.

Installation

  • Download the latest Version from releases or Build own see below
  • Run the dump server
  • Open Webbrowser and visit "http://localhost:9009"

Building

npm install
npm run build

# Install go-bindata
go install github.com/go-bindata/go-bindata/...

make build

To edit the UI you can run npm run dev to have a Watch Server at http://localhost:5000. Make sure you have still running the Go Server.