Download NCS musics and play the tracks right from your browser.
After cloning this repo, follow these steps:
-
Install the required packages:
npm install
-
Run database migrations:
npx prisma migrate dev
This command will create the SQLite database and apply the DB migrations. Note that the command being used is
npx
instead ofnpm
. -
Download the latest NCS tracks:
npm run ncsTracks
-
Run the dev server:
npm run dev
Visit http://localhost:3000 using your browser to open the app.
MIT