InstruMental

A music web app built for MLH hackathon - Do-Re-Mi Hacks 3

Demo

Check out the web app: https://instrumental.vercel.app/

Tech stack

Next.js tailwind css Firebase

  1. Frontend - Next.js
  2. CSS Framework - Tailwind CSS
  3. Backend - NextJS APIs + Firebase

Installation steps

  1. Fork the project

  2. Clone the project by running

    git clone https://github.com/<your-github-username>/instrumen.tel.git
  3. Go into the project directory

    cd instrumen.tel
  4. Install all the dependencies

    pnpm install
  5. Start the application development server

    pnpm dev