Installation
Prerequisites
- Node.js
^20.19.0or>=22.12.0 - npm (ships with Node)
Clone & Install
bash
git clone https://github.com/robert-hoffmann/parallax-designer.git
cd parallax-designer
npm installStart the Dev Server
bash
npm run devOpen 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:
| File | Purpose |
|---|---|
index.html | Main 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