SeanSlicer / music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a music app clone using my preferred tech stack as of now

Getting Started

first, create a .env file in the root directory and take the key value pairs from .env.example, copy them into .env, change the value to your values.

second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

About


Languages

Language:TypeScript 94.7%Language:JavaScript 2.9%Language:CSS 2.4%