Recreating the Spotify interface using Next.js and Tailwind CSS.
This project was developed with the following technologies:
To clone and run this application, you'll need Git and Node.js installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/joeldorosarioo/tailwind-spotify.git
$ cd tailwind-spotify
# Install dependencies
$ pnpm install
# Activate hooks
$ pnpm husky install
# Run the Development Server
pnpm run dev´
Open http://localhost:3000 with your browser to see the result.
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After merging your receipt request to done, you can delete a branch from yours.
This project is under the MIT license. See the LICENSE for details.