A standalone toolkit for UHI Applied Software Development students to track their learning outcomes and more! Built in electron and svelte.
This application utilises public domain materials for educational purposes and is not associated with or officially endorsed by the University of the Highlands and Islands. While the content and resources provided here may be relevant to students studying at the UHI, it is important to note that this tool is an independent project and not officially affiliated with the institution.
Users are advised that this tool should not replace existing official tools or resources provided by the University of the Highlands and Islands. It is intended to serve as a supplementary guide and aid for educational purposes.
For official information and inquiries related to the University of the Highlands and Islands, please visit their official website at https://uhi.ac.uk.
[!Important] This tool requires GIT to be installed on the local machine
npm install
npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux