Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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
11 changes: 11 additions & 0 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,8 +8,19 @@ The official website for PEC ACM.
# Install dependencies
pnpm install

<<<<<<< vidhi/backendstuff
Or

``bash
pnpm install
pnpm dev
``

# Building For Production
=======
# Start development server
pnpm dev
>>>>>>> main

# Build for production
pnpm build
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,11 +12,14 @@
"lint": "biome lint",
"check": "biome check",
"check:write": "biome check",
"prepare": "husky"
"prepare": "husky",
"email:dev": "email dev --dir=./src/emails --port=2999"
},
"dependencies": {
"@elysiajs/eden": "^1.4.5",
"@elysiajs/openapi": "^1.4.11",
"@netlify/vite-plugin-tanstack-start": "^1.0.2",
"@react-email/components": "1.0.2",
"@t3-oss/env-core": "^0.13.8",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-form": "^1.0.0",
Expand All@@ -28,23 +31,27 @@
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"elysia": "^1.4.19",
"nodemailer": "^7.0.12",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.11"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@react-email/preview-server": "5.1.0",
"@tanstack/devtools-vite": "^0.3.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/nodemailer": "^7.0.4",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^1.0.0",
"husky": "^9.1.7",
"jsdom": "^27.0.0",
"react-email": "5.1.0",
"sass": "^1.94.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
Expand Down
Loading