Skip to content

liminalvillage/website

Repository files navigation

Liminal Village Website

A modern, responsive website for Liminal Village - an open source innovation eco-tech hub in the center of Italy.

🚀 Built With

  • Svelte 5 - Modern reactive framework
  • Vite - Fast build tool and dev server
  • FontAwesome - Icon library

📦 Project Structure

├── public/
│   └── images/       # All website images
├── src/
│   ├── lib/         # Svelte components
│   │   ├── Navbar.svelte
│   │   ├── Hero.svelte
│   │   ├── About.svelte
│   │   ├── ThreePillars.svelte
│   │   ├── InBetween.svelte
│   │   ├── Village.svelte
│   │   ├── Lunations.svelte
│   │   ├── Contact.svelte
│   │   └── Footer.svelte
│   ├── App.svelte   # Main app component
│   ├── app.css      # Global styles
│   └── main.js      # Entry point
├── index.html       # HTML template
├── package.json     # Dependencies
└── vite.config.js   # Vite configuration

🛠️ Development

Prerequisites

  • Node.js 18+ and npm

Installation

npm install

Development Server

npm run dev

Open http://localhost:5173 to view the site.

Build for Production

npm run build

The built files will be in the dist/ directory.

Preview Production Build

npm run preview

🌟 Features

  • Fully Responsive - Works on all devices
  • Modern Design - Clean and minimal UI
  • Smooth Animations - Engaging user experience
  • Fast Loading - Optimized images and code splitting
  • Accessible - Built with accessibility in mind
  • SEO Friendly - Proper meta tags and semantic HTML

📄 License

© 2025 Liminal Village. All Rights Reserved.

🔗 Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors