mirror of
https://github.com/TheDogHusky/music.git
synced 2026-04-18 09:06:58 +00:00
Mirror of my music website
- Vue 68.5%
- CSS 16.4%
- TypeScript 14.3%
- Dockerfile 0.8%
| app | ||
| docker | ||
| public | ||
| server | ||
| .gitignore | ||
| docker-compose.yml | ||
| nixpacks.toml | ||
| nuxt.config.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
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