Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 284 Bytes

File metadata and controls

37 lines (24 loc) · 284 Bytes

Easy Japanese Listening

https://jlpt-2023.vercel.app/

Start Dev

Start supabase

supabase start

Start Next.js

npm run dev

Test

Unit test:

npm run test

E2E test:

npm run test-e2e

DB test:

npm run test-db