Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannuelf/music-wall
https://github.com/mannuelf/music-wall
sveltekit
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannuelf/music-wall
- Owner: mannuelf
- Created: 2023-09-18T17:57:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:48:40.000Z (about 1 year ago)
- Last Synced: 2024-01-17T17:26:08.555Z (about 1 year ago)
- Topics: sveltekit
- Language: TypeScript
- Homepage: https://musicwall.themwebs.me
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.