A Vite, Vue3, Typescript, Pinia, Tailwindcss starter template to take notes.
Start development server
npm run dev
Check for linting errors
npm run lint
Fix linting errors
npm run lint:fix
Check for formatting issues
npm run format
Fix formatting issues
npm run format:fix
Build for production
npm run build
Test production build
npm run preview