Mirror of my music website
  • Vue 68.5%
  • CSS 16.4%
  • TypeScript 14.3%
  • Dockerfile 0.8%
Find a file
2025-12-24 16:45:45 +01:00
app chore: update aboutme 2025-12-24 15:56:42 +01:00
docker feat: docker deployment 2025-02-22 21:59:49 +01:00
public feat: mobile compatibility 2025-09-08 21:21:37 +02:00
server Initial Commit 2024-09-13 09:50:46 +02:00
.gitignore feat: continued the website 2024-11-18 15:52:52 +01:00
docker-compose.yml refactor: navbar look 2025-09-04 19:40:28 +02:00
nixpacks.toml fix: deployment with coolify requiring node 22.13 + 2025-12-24 16:45:45 +01:00
nuxt.config.ts refactor: finish the redesign 2025-09-07 15:12:06 +02:00
package.json refactor: finish the redesign 2025-09-07 15:12:06 +02:00
README.md feat: move to yarn 2025-04-14 18:47:21 +02:00
tsconfig.json Initial Commit 2024-09-13 09:50:46 +02:00
yarn.lock refactor: finish the redesign 2025-09-07 15:12:06 +02:00

Music

My official music website, rewritten in Nuxt 3 ith Tailwind CSS 4.

Development

Setup

Make sure to install the dependencies:

yarn

Development Server

Start the development server on http://localhost:3000:

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview