The official website for tech@nyu, NYU's premier technology club connecting artists, makers, and hackers.
tech@nyu is the space for artists, makers, and hackers to build at NYU. We foster innovation, community, and growth through our diverse programs and events.
- Dev Team - Build products from 0 → 1 in small cohorts, learning from users and creating public proof of work
- Tech Treks - Explore the tech industry with company visits and professional networking
- Startup Week - A week-long event to launch your startup journey with industry experts
- Mentorship - Connect with experienced mentors for career guidance and support
This website is built with modern web technologies:
- Framework: Next.js 14 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Deployment: Vercel
technyu2025/
├── app/ # Next.js app directory
├── components/ # React components
│ ├── ui/ # Reusable UI components
│ ├── sections/ # Page sections (hero, values, etc.)
│ ├── navigation/ # Navigation components
│ └── team_profiles/ # Team-related components
├── lib/ # Utilities and constants
├── public/ # Static assets
└── README.md
- Node.js 18+
- npm, yarn, pnpm, or bun
- Clone the repository
git clone https://github.com/sean-lai-sh/technyu2025.git
cd technyu2025- Install dependencies
npm install
# or
yarn install- Run the development server
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser
npm run build
npm startWe welcome contributions from tech@nyu members! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Use TypeScript for type safety
- Follow the existing component structure
- Use Tailwind CSS for styling
- Write meaningful commit messages
- Test your changes locally before submitting
This website is maintained by the tech@nyu development team. Special thanks to all contributors who have helped build and improve our digital presence.
- Email: hello@techatnyu.org
- Website: techatnyu.org
- Instagram: @techatnyu
This project is open source and available under the MIT License.
Built with ❤️ by tech@nyu