You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
# 🚀 FullyHacks 2025
2
2
3
-
**Welcome to FullyHacks 2025 — CSUF's first 24-hour in-person hackathon!**
4
-
This repository contains the codebase for the official website and supporting tools. See more [info.](https://acmcsuf.com/hackathons) about FullyHacks!
5
-
6
-
---
3
+
**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.](https://acmcsuf.com/hackathons) about FullyHacks!
7
4
8
5
## 🛠 Tech Stack
9
6
@@ -12,8 +9,6 @@ This repository contains the codebase for the official website and supporting to
12
9
-**ORM:**[Prisma](https://www.prisma.io/)
13
10
-**Database:**[MongoDB](https://www.mongodb.com/)
14
11
15
-
---
16
-
17
12
## ⚙️ Local Development Setup
18
13
19
14
### 1. Fork & Clone the Repo
@@ -41,8 +36,6 @@ NODE_ENV=dev
41
36
42
37
> 💡 Refer to `.env.example` for all supported environment variables.
43
38
44
-
---
45
-
46
39
## 🏃♂️ Running the Project
47
40
48
41
### Start the Website
@@ -57,8 +50,6 @@ npm run dev
57
50
npx prisma studio
58
51
```
59
52
60
-
---
61
-
62
53
## ✅ Before You Commit
63
54
64
55
- Format your code using:
@@ -67,18 +58,12 @@ npx prisma studio
67
58
npm run format
68
59
```
69
60
70
-
---
71
-
72
61
## 🔐 Environment Variables & Privacy
73
62
74
63
- Server environment variables are **confidential** to protect participant data.
75
64
- Only the **FullyHacks Web Team** should use the production variables.
76
65
- You’re welcome to connect your own database locally to explore.
77
66
78
-
---
79
-
80
-
## ⚠️ Important Note
67
+
## ⚠️ Note
81
68
82
-
This repo is **not** connected to the live Vercel deployment.
83
-
Due to Vercel’s team organization costs, the deployed repo is located here:
0 commit comments