Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# VaquerosInTech

## Prerequisites
- Node 18+ (or 16.13+)
- Enable Corepack (one time): `corepack enable`

## Package Manager
This repo uses **pnpm**. It’s pinned via `package.json`:

```json
{
"packageManager": "pnpm@10.15.0"
}

```
## Setup
```bash
pnpm install
pnpm dev


A social networking platform designed to connect and empower computer science students at UTRGV, fostering community, mentorship, and collaboration within our vibrant Hispanic tech community.

## About
Expand Down Expand Up @@ -117,4 +136,4 @@ At VaquerosInTech, we believe diversity drives innovation. We are committed to:

**¡Vamos Vaqueros!** Together, we're building the future of tech in the Rio Grande Valley and beyond.

*Made with by UTRGV students, for UTRGV students*
*Made with by UTRGV students, for UTRGV students*
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"@tauri-apps/api": "^2.7.0",
Expand All @@ -34,5 +34,6 @@
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.0.4"
}
}
},
"packageManager": "pnpm@10.15.0"
}