Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 419 Bytes

File metadata and controls

18 lines (14 loc) · 419 Bytes

ICBC Practice Knowledge Test

All questions from ICBC Practice Knowledge Test.

Built with Svelte, hosted on GitHub Pages.

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