Music WALL

https://musicwall.themwebs.me/lastfm/

https://musicwall.themwebs.me/spotify/

View and navigate your listening habits from spotify and lastfm.

pnpm install

Developing

Frameworks

Once you've installed dependencies with pnpm install or npm install, start a development server.

pnpm run dev

# Start the server and open the app in a new browser tab
pnpm run dev -- --open

Environment Variables

Copy the .env.example file to .env and fill in the values.

Building

To create a production version of your app:

pnpm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.