A modern, responsive website for Liminal Village - an open source innovation eco-tech hub in the center of Italy.
- Svelte 5 - Modern reactive framework
- Vite - Fast build tool and dev server
- FontAwesome - Icon library
├── 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
- Node.js 18+ and npm
npm installnpm run devOpen http://localhost:5173 to view the site.
npm run buildThe built files will be in the dist/ directory.
npm run preview- 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
© 2025 Liminal Village. All Rights Reserved.
- Website: liminalvillage.com
- Projects: async.hackalong.io
- Documentation: docs.liminalvillage.com