9 lines
409 B
Markdown
9 lines
409 B
Markdown
|
# Build
|
||
|
|
||
|
To build, you need transcrypt, you need to do npm install and then you need api key for gitea (`token=$API_KEY`), just find this on gitea.cjvt.si, not that hard.
|
||
|
|
||
|
After you have all of this, move to build folder, set `API_KEY` environment variable and then build it just using `make` or for release use `make release` - optimized javascript build.
|
||
|
|
||
|
For me its `API_KEY=(cat ~/.gitea_api_key) make`.
|
||
|
|