You can see the website live at:- https://music-player-coding-ninjas.vercel.app/
- Build the Docker image:
docker build -t Music-Player-Coding-Ninjas:v1 .
- Run the Docker container:
docker run -d -p 80:80 Music-Player-Coding-Ninjas:v1
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request with a description of your changes.
This project is licensed under the MIT License - see the LICENSE file for details.