Skip to content

epoch8/vedana.tech

Repository files navigation

Vedana.tech Landing Page

A modern React landing page built with Vite, React, and Tailwind CSS.

Setup

  1. Install dependencies:
yarn install
  1. Start the development server:
yarn dev
  1. Build for production:
yarn build
  1. Preview production build:
yarn preview

Development

  • Hot reloading: Changes to your JSX files will automatically reload the page
  • Tailwind CSS: All styles are included via utility classes
  • ESLint: Code linting is configured for React best practices
  • Port: Development server runs on http://localhost:3000

File Structure

  • vedana_landing.jsx - Main React component with the landing page
  • src/main.jsx - Entry point that renders the component
  • src/index.css - Tailwind CSS imports
  • index.html - HTML template
  • vite.config.js - Vite configuration
  • tailwind.config.js - Tailwind CSS configuration

Features

  • ⚡️ Vite for fast development and building
  • ⚛️ React 18 with hooks
  • 🎨 Tailwind CSS for styling
  • 📱 Responsive design
  • 🔍 ESLint for code quality
  • 🔧 Hot module replacement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages