Except for a pencil.
$PATH
Install dependencies
npm install
Compile and hot-reload for development
npm run dev
Build and minify for production
npm run build
Run all test suites once
npm run test
Rerun tests on file changes
npm run vitest