The UI of a toolkit to author gamified activities to support programming learning. This is part of the Erasmus+ Project entitled Framework for Gamified Programming Education (FGPE).
npm install
cp .env.example .env
npm run serve
npm run build
docker build -t fgpe/authorkit-ui:latest .
docker run -it -p 8080:80 \
-v $(pwd)/.env:/usr/share/nginx/html/.env \
-v $(pwd)/docker/nginx.conf:/etc/nginx/nginx.conf \
--rm fgpe/authorkit-ui:latest
npm run test
npm run lint
This software has been developed as a part of the Framework for Gamified Programming Education (https://fgpe.usz.edu.pl/) and FGPE Plus: Learning tools interoperability for gamified programming education (https://fgpeplus.usz.edu.pl/) projects which were co-funded by the Erasmus+ Programme of the European Union. |