Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 376 Bytes

File metadata and controls

19 lines (11 loc) · 376 Bytes

Tech Stack

I didn't use docker. My environment is Ubuntu 24 + node 22.

this project is based on vue3 (composition-api) + typescript.

Moreover, I used pinia state management, vite unit-test, playwright integration test, and oxfmt code formatter.

I used 'zod' for validation.

Setup and Run

  • install node 22
  • run npm i
  • run npm run dev

Spent Hours

  • 4 hours