repositorypackage
0.2.1
Repository: https://github.com/varnamproject/desktop.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Varnam Desktop App
Cross-platform desktop app for Varnam. Uses varnam-editor as GUI frontend.
Installation
- Download from Releases
Development
- Clone the repo
- Fetch submodules:
git submodule update --init --recursive
- Build govarnam:
make govarnam
- Build the main desktop app :
make deps
make ui
make build
- Run :
./varnam
Thanks to stuffbin, HTML+CSS+JS files are all merged into one big binary (varnam
).
Usage
varnam
bundles with varnamd
, the HTTP server to interface with varnam library. By default, the server runs on 127.0.0.1:8123
. See varnamd for more details.