Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 836 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 836 Bytes

My Tone App

App that generate color gradient based on user's Spotify playlist.

✨ Features

  • 🚧 Under Development

🖥 Technologies

📦 Usage

This project is initialized with PNPM. If you don't have pnpm, run:

npm install -g pnpm

Then, to install all dependencies, run:

pnpm install

To start the development server, run:

pnpm run dev

The project does not support static build. To create an optimized production build, run:

pnpm run build

Then run the following command to start the production server:

next