Skip to content

000Intelligence/Vistora

Repository files navigation

Vistora Application

Overview

Vistora is a Progressive Web Application (PWA) built with modern web technologies.

Features

  • PWA support with offline functionality
  • Responsive design
  • Real-time updates
  • Cross-browser compatibility

Installation

# Clone It
git clone https://github.com/your-username/vistora.git

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build
```

## Technology Stack

- Vite
- TailwindCSS
- JavaScript
- Service Workers

## Project Structure

vistora/
├── src/
│ ├── js/
│ ├── css/
│ └── components/
├── public/
│ ├── icons/
│ └── images/
└── pages/