mbme / vita

personal note taking app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vita

note taking app

TOOLS

  • GNU Make

  • go 1.4+

  • gb as go build tool

  • go-bindata to embed UI resources into executable file

  • Node.js

  • Optional bower if you want to update fonts or icons

BUILD

App consists of 2 parts: frontend Single Page App and backend written in Go.

make build-web concatenates js files, minifies result and generates Go src file with static resources.

make build compiles app into executable file.

Release process

  • make build-web update Go src file with static resources
  • commit changes
  • tag new release
  • make build

License

Copyright © 2015-2016 mbme

About

personal note taking app

License:GNU General Public License v3.0


Languages

Language:JavaScript 64.5%Language:Go 26.9%Language:CSS 7.0%Language:Makefile 1.3%Language:HTML 0.3%