mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
1002 B
1002 B
Code
I use 4 spaces for indentation. Go should ideally be formatted with goimports and/or gofmt. I don't use a formatter on typescript, so don't worry about that.
Compiling
Prefix each of these with make DEBUG=on INTERNAL=off :
allwill download deps and build everything. The executable and data will be placed inbuild. This is only necessary the first time.compilewill only compile go code into thebuild/jfa-goexecutable.typescriptwill compile typescript w/ sourcemaps intobuild/data/web/js.bundle-csswill bundle CSS and place it inbuild/data/web/css.configurationwill generate theconfig-base.json(used to render settings in the web ui) andconfig-default.iniand put them inbuild/data.emailwill compile email mjml, and copy the text versions in tobuild/data.copywill copy iconography, html, language files and static data intobuild/data.
See the wiki for more info.