This is a code bundle for Glassmorphism Landing Page. The original project is available at https://www.figma.com/design/Q7mcDMFYoct92SkOWFAoCP/Glassmorphism-Landing-Page.
- Node.js: Latest LTS version (recommended: v20.x or higher)
- pnpm: Package manager (install globally with
npm install -g pnpmif not already installed)
-
Install dependencies:
pnpm install
-
Configure environment variables:
cp .env.example .env
Then edit
.envand set the required variables:VITE_API_BASE_URL: Backend API URL (e.g.,http://localhost:8080)VITE_FRONTEND_BASE_URL: Frontend base URL (optional, defaults to current origin)
Run pnpm run dev to start the development server.