Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 925 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 925 Bytes

Contribution Guideline

Requirements

  • You need pnpm installed on your machine.
  • This app requires MongoDB database.
    • Follow this installation guide
    • Or if you have docker on your machine, you can run this command: docker run -it --rm -p 27017:27017 mongo

How to Set up Your Development Environment

  1. Create a Spotify app on your Spotify developer dashboard.
  2. Add "http://localhost:5173/api/signin" to redirect URIs in your Spotify app settings. (How to edit app settings)
  3. Fork this repository.
  4. Clone your fork to your machine.
  5. Create .env file in server directory. You can find an example env file at server/.env.sample.
  6. pnpm i
  7. pnpm dev