Skip to content

Installation

Prerequisites

  • Node.js ^20.19.0 or >=22.12.0
  • npm (ships with Node)

Clone & Install

bash
git clone https://github.com/robert-hoffmann/parallax-designer.git
cd parallax-designer
npm install

Start the Dev Server

bash
npm run dev

Open the URL printed in the terminal (usually http://localhost:5173). The app supports hot module replacement — changes to source files are reflected instantly in the browser.

Entry Points

The project has a single HTML entry point:

FilePurpose
index.htmlMain entry with SEO meta tags, Open Graph, Twitter cards, and JSON-LD structured data

This entry imports src/main.ts and mounts App.vue for both development and production builds.

Next Steps

  • Testing — Unit test scope, commands, and contribution workflow
  • Build & Deploy — Production builds, CI/CD, and GitHub Pages deployment
  • UI Overview — Learn your way around the interface

Parallax Designer Documentation

Scroll to zoom · Drag to pan