Skip to content

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).

License

Notifications You must be signed in to change notification settings

FGPE-Erasmus/authorkit-ui

Repository files navigation

FGPE AuthorKit UI

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).

Project setup

npm install

Setup environment

cp .env.example .env

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Compiles and minifies for production with Docker

docker build -t fgpe/authorkit-ui:latest .

Serves for production with Docker

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

Run your tests

npm run test

Lints and fixes files

npm run lint

Acknowledgments

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.

Framework for Gamified Programming Education project Erasmus+

License

License: GPL v3

About

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).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published