81 lines
1.5 KiB
Markdown
81 lines
1.5 KiB
Markdown
# Tiber365 - Microsoft 365 Support Website
|
|
|
|
A modern, responsive website for a Microsoft 365 support business, built with Svelte and Vite.
|
|
|
|
## Features
|
|
|
|
- Modern, responsive design
|
|
- Interactive hero section with Lottie animation
|
|
- Service showcase
|
|
- Testimonials carousel
|
|
- Contact form
|
|
- SEO optimized
|
|
- Mobile-first approach
|
|
- Tailwind CSS for styling
|
|
|
|
## Tech Stack
|
|
|
|
- Svelte
|
|
- TypeScript
|
|
- Vite
|
|
- Tailwind CSS
|
|
- Lottie Files
|
|
|
|
## Getting Started
|
|
|
|
1. Clone the repository:
|
|
```bash
|
|
git clone https://github.com/yourusername/tiber365.git
|
|
cd tiber365
|
|
```
|
|
|
|
2. Install dependencies:
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
3. Start the development server:
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
4. Build for production:
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
## Project Structure
|
|
|
|
```
|
|
tiber365/
|
|
├── src/
|
|
│ ├── components/
|
|
│ │ ├── Hero.svelte
|
|
│ │ ├── Services.svelte
|
|
│ │ ├── Testimonials.svelte
|
|
│ │ ├── About.svelte
|
|
│ │ ├── Contact.svelte
|
|
│ │ └── Footer.svelte
|
|
│ ├── App.svelte
|
|
│ ├── main.ts
|
|
│ └── app.css
|
|
├── public/
|
|
│ └── favicon.svg
|
|
├── index.html
|
|
├── package.json
|
|
├── tailwind.config.js
|
|
├── postcss.config.js
|
|
└── README.md
|
|
```
|
|
|
|
## Development
|
|
|
|
- The site uses Tailwind CSS for styling
|
|
- Components are written in Svelte with TypeScript
|
|
- Lottie animations are used for the hero section
|
|
- The site is fully responsive and mobile-first
|
|
|
|
## License
|
|
|
|
MIT License - feel free to use this template for your own projects.
|