A game for guessing card names based on their art.
You can also:
- Run tests:
npm test
- Run lint:
npm run lint
- Build for deployment:
npm build
- Preview a production deployment:
npm run preview
This project uses the following dependencies:
- Vue 3 for all our components and rendering.
- TypeScript, rather than vanilla JavaScript.
- Vite for local development and building.
- Vitest for unit tests.
- Vue Redux for state management.
- Sass (via the sass package) for styling. Specifically, we use SCSS files.
- ESLint and Vue ESLint for linting.
This project assumes you're using VS Code as your editor.