/Drilldo

Primary LanguageVueMIT LicenseMIT

Drilldo

This is an experimental testing platform made by Brno University of Technology students from the Faculty of Electrical Engineering and Communications.

Simply upload your questions in the format shown here and test to your heart's content.

This application leverages the Browser's Local Storage to enable data persistence across sessions, which means that question sets will be saved across refreshes but no data is sent anywhere, it's purely localized.

Recommended IDE Setup for development

VSCode + Volar (and disable Vetur)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Lint with ESLint

npm run lint

Compile, Minify and push built files for Production

cd tester
./deploy.sh
# deploy script automatically runs 'git add -A', so before you commit,
# check what's added and remove files that you don't want to have included
git commit -m "your preffered commit message"
git push