https://github.com/acekyd/fav-songs-web5
This is a simple application built with Nuxt 3 + TailwindCSS + Web5.js to track my favorite songs.
https://github.com/acekyd/fav-songs-web5
nuxt3 web5
Last synced: 9 months ago
JSON representation
This is a simple application built with Nuxt 3 + TailwindCSS + Web5.js to track my favorite songs.
- Host: GitHub
- URL: https://github.com/acekyd/fav-songs-web5
- Owner: acekyd
- Created: 2023-07-24T11:13:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T11:19:37.000Z (almost 3 years ago)
- Last Synced: 2025-10-07T10:47:21.031Z (9 months ago)
- Topics: nuxt3, web5
- Language: Vue
- Homepage: https://fav-songs-web5.netlify.app/
- Size: 141 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Favorite Songs - Web5 App
This is a simple application built with Nuxt 3 + TailwindCSS + Web5.js to track my favorite songs.
Look at the [Web5 documentation](https://developer.tbd.website/docs/web5/) to learn more.
CodeSandbox Demo - https://codesandbox.io/p/github/acekyd/fav-songs-web5/master
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
```