Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 407 Bytes

ICBC Practice Knowledge Test

All questions from ICBC Practice Knowledge Test.

Built with Svelte, hosted on Glitch.

Development

# 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