Skip to content

acmcsufoss/fullyhacks

Repository files navigation

πŸš€ FullyHacks 2025

Welcome to FullyHacks 2025 β€” CSUF's first 24-hour in-person hackathon! This repository contains the codebase for the official website and supporting tools. See more info. about FullyHacks!

πŸ›  Tech Stack

βš™οΈ Local Development Setup

1. Fork & Clone the Repo

git clone https://github.com/acmcsufoss/fullyhacks.git
cd fullyhacks

2. Install Dependencies

npm install

3. Create a .env File

Add the following to your .env file to enable local development:

NEXT_PUBLIC_API_URL="http://localhost:3000"
NEXTAUTH_URL="http://localhost:3000"
NODE_ENV=dev

πŸ’‘ Refer to .env.example for all supported environment variables.

πŸƒβ€β™‚οΈ Running the Project

Start the Website

npm run dev

Open Prisma Studio (for database inspection)

npx prisma studio

βœ… Before You Commit

  • Format your code using:
npm run format

πŸ” Environment Variables & Privacy

  • Server environment variables are confidential to protect participant data.
  • Only the FullyHacks Web Team should use the production variables.
  • You’re welcome to connect your own database locally to explore.

⚠️ Note

This repo is not connected to the live Vercel deployment due to Vercel’s team organization costs.

About

🐘 FullyHacks hackathon event, an ACM at CSUF production.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 18