Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 802 Bytes

qlql

GUI for ql database made with gopherjs, vecty and electron.

qlql

Usage

See hacking below. There is nothing really useful here except to demonstrate how you can use gopherjs to build electron applications.

Hacking

You need

  • go
  • gopherjs
  • npm
  • a brave heart

Then

  • clone the repo
  • run npm install
  • run git submodule update
  • run go get ./...
  • run make build-go to build the ap1 server
  • run make to build the app
  • run npm start to start the electron app

So, somehow the make build-go won't work. Because I have made changes to vecty that are only available to my fork. Replace vecty packages with my fork of vecty before you proceed.

Umh! did I forgot to say you might need a brave heart! :)