Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 551 Bytes

File metadata and controls

25 lines (16 loc) · 551 Bytes

About

Wavesoar is a music app made for a school project, using SvelteKit as the framework, Prisma for database ORM and Tailwind for CSS.

Install dependencies

Before running the project for the first time, you must install the project dependencies first.

npm install

Run project

npm run dev

Opening Prisma Studio

Prisma Studio allows you to manage the data of the database through its visual editor.

npx prisma studio