Skip to content

pyconau/2026-website

Repository files navigation

PyCon Project

A simple Vite-based website for PyCon events.

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn

Getting Started

  1. Install dependencies

    npm install
  2. Start development server

    npm run dev

    This will start the development server, typically at http://localhost:5173

  3. Build for production

    npm run build

    This creates a dist/ folder with the production build

  4. Preview production build

    npm run preview

    This serves the production build locally for testing

Project Structure

  • src/ - Source files (JavaScript and CSS)
  • public/ - Static assets (SVG icons, etc.)
  • dist/ - Production build output
  • index.html - Main HTML file
  • about.html - About page

Technologies Used

  • Vite (build tool)
  • Tailwind CSS (styling)
  • Alpine.js (JavaScript framework)
  • GSAP (animations)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •