All questions from ICBC Practice Knowledge Test.
Built with Svelte, hosted on Glitch.
# install deps
npm install
# run devserver with rollup at http://localhost:5000
npm run dev
# build for production
npm run build
# or, run for production
npm run start