Skip to content

jml312/soundcheck

Repository files navigation

Soundcheck!

Soundcheck is a social music app that allows you to share your favorite songs with friends and discover new music.

Tech Stack

Run Locally

  1. Clone the project
  git clone https://github.com/sakinkirti/soundcheck
  1. Go to the project directory
  cd soundcheck
  1. Install dependencies
  npm install --legacy-peer-deps
  1. Populate .env.local

  2. Start the server

  npm run dev