Skip to content

wotzebra/stracohouse-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Straco House - Placeholder Website

"Coming Soon" placeholder website for stracohouse.be.

Live Site

Development

npm install
npm run dev

Open http://localhost:3000

Build & Deploy

Automatic (via GitHub)

Push to main branch triggers automatic deployment via Cloudflare Workers.

git add -A
git commit -m "Your changes"
git push

Manual Deploy

npm run build
npx wrangler deploy

Project Structure

site/
├── app/
│   ├── app.vue
│   ├── pages/
│   │   └── index.vue      # Main placeholder page
│   └── assets/
│       └── css/main.css
├── public/
│   ├── assets/
│   │   ├── house-sketch.svg  # Architectural drawing
│   │   └── straco-logo.svg   # Straco logo
│   ├── favicon.svg
│   └── favicon.png
├── nuxt.config.ts
└── wrangler.toml

Tech Stack

  • Framework: Nuxt 4
  • Hosting: Cloudflare Workers
  • Repository: github.com/wotzebra/stracohouse-frontend

Design

  • Full black background (#000000)
  • Architectural house sketch (SVG)
  • "COMING SOON" text
  • "STRACO HOUSE" text
  • "October 2026" date
  • Straco logo footer

Matches the email invitation design.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors