- Install Git
- Install Node.js 16.17.0
- Install Yarn 1.12.19
- Pull the repository
- Run
yarn install
- Run
yarn test
- Start the local dev server with
yarn dev
We want to create a custom Spotify interface that will be mounted to the wall in the office gaming room. It will be permanentely connected to the Kaleido Spotify account and display the newest releases and featured playlists the users can select to start the music in this room.
- Run all the Setup steps
- All required API endpoints and credentials can be found in
src/config.ts
. - You may use any libraries you want, but please don't use any already existing spotify client libraries.
- Feel free to reorganize the project structure as you see fit.
- Fetch and display albums released this week
- Fetch and display featured playlists
- Fetch and display featured categories
- Server-side API calls
- SSR
- SEO