Skip to content

CUHackers/2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUHackIt — Barebones Website Template

This repository contains a minimal single-page React template (Vite) for CUHackIt 2026 with a small Node/Express server for serving production builds.

Features

  • Single-page layout with smooth-scrolling sections
  • Navbar buttons: Home, FAQ, Register, Sponsor, About, Schedule
  • Vite-powered dev server and build process

Quick start (macOS / zsh)

  1. Install dependencies
npm install
  1. Start dev server (hot reload)
npm run dev
  1. Build for production
npm run build
  1. Serve the production build locally
npm start

Notes

  • The start script runs server.js which serves the dist/ directory produced by vite build.
  • Replace the placeholder content in src/App.jsx with your real copy, FAQ, registration links, and schedule.

Files added

  • index.html, src/main.jsx, src/App.jsx, src/index.css — React app
  • package.json — scripts and deps
  • server.js — minimal express server for production
  • README.md — how to run

Next steps you may want to do

  • Add real logo and assets
  • Add registration form or integrate an external registration link
  • Add sponsor logos and contact form
  • Deploy to Vercel/Netlify or any static host (or use the Node server on a VM)

About

website for CUhackit 2026!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published