This project concludes our five year journey at the Norwegian University of Science and Technology (NTNU), at the Department of Computer Science (IDI). The project was conducted during the fall of 2018 and spring of 2019, and was the final submission for our degree of Masters of Informatics.
git clone https://github.com/joachimjorgensen/masteroppgave-js.git
cd masteroppgave-js/src
npm start
cd masteroppgave-js/src
electron-packager . --overwrite --platform=darwin --arch=x64 --prune=true --out=release-builds
cd masteroppgave-js/src
electron-packager . parsonsGenerator --overwrite --asar=true --platform=win32 --arch=ia32 --prune=true --out=release-builds --version-string.CompanyName=JS --version-string.FileDescription=JS --version-string.ProductName="Parsons Generator"
cd masteroppgave-js/src
npm test