New editor written in Python dialect
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
matic_t 64676f725e
build and upload template script
4 years ago
build build and upload template script 4 years ago
res Adding nospace flag and modified flag to multiword example 4 years ago
src Fixed downloading and parsing of structures 4 years ago
.gitignore build and upload template script 4 years ago
README.md structure conversions implemented, had to update makefile, gitignore etc. 4 years ago
package.json ske library support 4 years ago

README.md

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.