Linktree-style landing page for Rave Your Soul, an independent techno label focused on groove-driven electronic music, releases, and culture.
Live site: https://raveyoursoul.com
- Astro
- Tailwind CSS
- Custom CSS animations
- Static-first, no client-side JavaScript by default
Install dependencies:
npm installRun locally:
npm run devBuild for production:
npm run build
npm run preview