Skip to content

Commit c176677

Browse files
authored
Update README.md
1 parent 7259926 commit c176677

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# 🚀 FullyHacks 2025
22

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!
74

85
## 🛠 Tech Stack
96

@@ -12,8 +9,6 @@ This repository contains the codebase for the official website and supporting to
129
- **ORM:** [Prisma](https://www.prisma.io/)
1310
- **Database:** [MongoDB](https://www.mongodb.com/)
1411

15-
---
16-
1712
## ⚙️ Local Development Setup
1813

1914
### 1. Fork & Clone the Repo
@@ -41,8 +36,6 @@ NODE_ENV=dev
4136

4237
> 💡 Refer to `.env.example` for all supported environment variables.
4338
44-
---
45-
4639
## 🏃‍♂️ Running the Project
4740

4841
### Start the Website
@@ -57,8 +50,6 @@ npm run dev
5750
npx prisma studio
5851
```
5952

60-
---
61-
6253
## ✅ Before You Commit
6354

6455
- Format your code using:
@@ -67,18 +58,12 @@ npx prisma studio
6758
npm run format
6859
```
6960

70-
---
71-
7261
## 🔐 Environment Variables & Privacy
7362

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

78-
---
79-
80-
## ⚠️ Important Note
67+
## ⚠️ Note
8168

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:
84-
👉 [anhduy1202/fullyhacks](https://github.com/anhduy1202/fullyhacks)
69+
This repo is **not** connected to the live Vercel deployment due to Vercel’s team organization costs.

0 commit comments

Comments
 (0)