mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
536 B
536 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.
If you need to test your changes:
make debugwill build everything, and include sourcemaps for typescript. This should be the first thing you run.make compilecompiles go intobuild/jfa-go.make ts-debugwill compile typescript w/ sourcemaps intobuild/data/web/js.make copywill copy css, html, language and static files intobuild/data.