This project is a clone of Spotify, but you can add special effects during the audio in a control panel.
-
Node
-
NPM or YARN
-
Docker
-
Your favorite IDE (recommend VS Code)
- JavaScript
# Repository clone
$ git clone https://github.com/ImGabreuw/semana-js-expert-spotify.git
# Go to the application directory
$ cd semana-js-expert-spotify/
# Install dependencies
$ npm i
# Run Application (without Docker)
$ npm run start
# Run Application (with Docker)
$ npm run start-docker
To contribute to semana-js-expert-spotify, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b feature/<feature>
. - Make your changes and confirm them:
git commit -m 'some description for feature'
- Send to the original branch:
git push origin <branch>
- Create the pull request.
Alternatively, refer to the GitHub documentation at how to create a pull request.
We thank the following people who contributed to this project:
ImGabreuw |
Want to be part of this project? Click HERE and read how to contribute.
This project is under license. See the archive LICENSE for more details.