2026-06-24 18:22:50 +02:00
2026-06-24 18:11:07 +02:00
2026-06-24 18:11:07 +02:00
2026-06-24 18:11:07 +02:00
2026-06-24 18:12:17 +02:00
2026-06-24 18:14:42 +02:00
2026-06-24 18:22:50 +02:00
2026-06-24 18:12:17 +02:00

RetroWave Studio 2010

RetroWave Studio 2010 is a deliberately nostalgic website that recreates the look and feel of a classic 2010-era web presence.

It uses Vite for the build pipeline and keeps the visual language on purpose: glossy panels, blue gradients, sidebar widgets, and a centered portal-style layout.

Development

Install dependencies first:

npm install

Start the local dev server:

npm run dev

Create a production build:

npm run build

Preview the production build locally:

npm run preview

Build Details

The production build runs HTML minification through html-minifier-terser via the Vite config.

Project Structure

  • index.html - Vite entry document
  • vite.config.js - Vite configuration and HTML minification hook
  • src/main.js - application bootstrap
  • src/styles.css - all page styling

Design Direction

  • Glossy UI panels
  • Blue gradient navigation and buttons
  • Sidebar-style information boxes
  • A fixed-width, portal-like composition

The result is intentionally not modern-minimal. It is meant to feel like a polished website from the late 2000s and early 2010s.

S
Description
No description provided
Readme 56 KiB
v1.0.0 Latest
2026-06-24 18:22:18 +02:00
Languages
CSS 48.5%
HTML 43.2%
JavaScript 8.3%