HumanoidSandvichDispenser / clear-your-desks

rewrite of https://github.com/humanoidSandvichDispenser/memory-quiz, using vue composition api and pinia. project for calculus
GNU General Public License v3.0
0 stars 1 forks source link

Clear Your Desks

Except for a pencil.

Recommended IDE Setup

Project Setup

Install dependencies

npm install

Compile and hot-reload for development

npm run dev

Build and minify for production

npm run build

Unit Testing

Run all test suites once

npm run test

Rerun tests on file changes

npm run vitest