This is the official website for BSides Fort Wayne security conference. Built with modern web technologies to provide an engaging and informative experience for our security community.
├── app/ # Main application code
│ ├── components/ # React components
│ ├── styles/ # CSS styles
│ └── pages/ # Next.js pages
├── public/ # Static assets
└── package.json # Project dependencies
- Install dependencies:
npm install- Run development server:
npm run dev- Build for production:
npm run build- Modern, responsive design
- Real-time updates for conference information
- Integrated ticket purchasing system
- Speaker and schedule management
- Dark/light theme support
Please read our contributing guidelines before submitting pull requests.
MIT License - See LICENSE file for details