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 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