This is a simple application built with Nuxt 3 + TailwindCSS + Web5.js to track my favorite songs.
Look at the Web5 documentation to learn more.
CodeSandbox Demo - https://codesandbox.io/p/github/acekyd/fav-songs-web5/master
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev