Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.11 KB

File metadata and controls

30 lines (21 loc) · 1.11 KB

Scryfall Art Game

A game for guessing card names based on their art.

Getting started

  1. Install Node, at least v22. (We recommend use nvm)
  2. Run npm install
  3. Run locally with npm run dev

You can also:

  • Run tests: npm test
  • Run lint: npm run lint
  • Build for deployment: npm build
  • Preview a production deployment: npm run preview

Dependencies

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.