This is a tool for enhanced SoundCloud playlist management, offering features like merging multiple playlists into new ones and simplifying the organization of DJ sets.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To start the app using Docker, you can use the provided start-dev.sh
and start-prod.sh
scripts.
To start the app in development mode with Docker:
./start-dev.sh --build
# or if you don't want to rebuild the images
./start-dev.sh
This will start the development server using Docker.
To start the app in production mode with Docker:
./start-prod.sh --logs
# or if you don't want to see the logs
./start-prod.sh
This will start the production server using Docker.
The app is accessible at https://www.soundcloud-dj-playlist-manager.com/