Skip to content

Commit

Permalink
docs: updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
qwrtsdev committed Oct 23, 2024
1 parent 2cabc6d commit 3ffba10
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,26 @@ for people who feeling bored with their every day song.
> [!NOTE]
> This project is now planned to be **continue** in the future, please stay tuned for any further updates.
## ✅ Features
- Tinder-alike Card Swipe & Buttons
- Infinite Song Generation
- Song Previews
- Basic Authentication

## 📝 Prequisites
- [Yarn Package Manager](https://yarnpkg.com)
- [Spotify Developer Account](https://developer.spotify.com/)
- [Google Firebase Account]()

## 📦 Installation
Run this command to install all of dependencies
```
yarn add
```

## ⚙ Setup
> [!CAUTION]
> For beginners: please don't skip and follow the instructions carefully to making sure nothing is broken. (sorry for the inconvenience.)
- Run `yarn add` command in project's terminal to install all the dependencies.
- Run `yarn run dev` command to start the server.
- Go to [Spotify API Dashboard](https://developer.spotify.com/dashboard/) and create an application.
- Go to application's settings and copy `Client ID` and `Client Secret`.
Expand Down

0 comments on commit 3ffba10

Please sign in to comment.