Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mannuelf/music-wall


https://github.com/mannuelf/music-wall

sveltekit

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Music WALL

[https://musicwall.themwebs.me/lastfm/](https://musicwall.themwebs.me/lastfm/)

[https://musicwall.themwebs.me/spotify/](https://musicwall.themwebs.me/spotify/)

View and navigate your listening habits from spotify and lastfm.

```bash
pnpm install
```

## Developing

### Frameworks

- [SvelteKit](https://kit.svelte.dev/)
- [TailwindCSS](https://tailwindcss.com/)
- [Skeleton Dev](https://www.skeleton.dev/)

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

```bash
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:

```bash
pnpm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.