Skip to content

jsalis/tune-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tune-art

Tune Art

Development

  • Install dependencies:
npm install
  • Start dev server:
npm run start

Database

  • Generate a database migration file and apply it to the database:
npx prisma migrate dev
  • Push the Prisma schema state to the database:
npx prisma db push
  • Update the Prisma client library:
npx prisma generate
  • Seed the database with initial data:
npx prisma db seed

License

MIT

About

🎶 🎨 Create music from art.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published