App that generate color gradient based on user's Spotify playlist.
- 🚧 Under Development
- Language: TypeScript
- UI Framework: React.js
- Component Library: Chakra UI
- Application Framework: Next.js
This project is initialized with PNPM. If you don't have pnpm, run:
npm install -g pnpmThen, to install all dependencies, run:
pnpm installTo start the development server, run:
pnpm run devThe project does not support static build. To create an optimized production build, run:
pnpm run buildThen run the following command to start the production server:
next