structure conversions implemented, had to update makefile, gitignore etc.

This commit is contained in:
2020-04-22 14:22:02 +02:00
parent 90a6cda9fe
commit f609177d33
6 changed files with 79 additions and 4 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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`.