1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-11-22 10:20:11 +00:00

Updated Build (markdown)

Harvey Tindall 2020-10-17 15:28:23 +01:00
parent db7323cade
commit d59698d2c6

@ -3,7 +3,7 @@ To build, you need to compile the typescript and sass, and generate email templa
git
python >= 3.6
pip (to install libsass)
node.js and npm (for tsc, bootstrap4/5, autoprefixer, cleancss, mjml, and postcss)
node.js and npm (for tsc/esbuild, bootstrap4/5, autoprefixer, cleancss, mjml, and postcss)
upx (optional, to compress the executable)
```
The main dependencies of the program will be automatically downloaded on compilation and can be seen in [go.mod](https://github.com/hrfee/jfa-go/blob/main/go.mod)