Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 818 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 818 Bytes

Statify

Statify is a website to visualise your Spotify Stats. Created by Phoenix Pereira and Christian Dianos for the 2024 UniSA Programming Community Code Jam.

Image

Getting Started

To get started, please follow these steps:

  1. Install the dependencies.
pnpm install
  1. Copy .env.local.example to a new file .env.local and set the Spotify api key.

  2. Run the development server.

pnpm run dev
  1. Open http://localhost:5173 with your browser to see the result!

License

This project is licensed under the MIT License. See LICENSE for details.