Skip to content

plasmavolt/technyu2025

 
 

Repository files navigation

tech@nyu Website

The official website for tech@nyu, NYU's premier technology club connecting artists, makers, and hackers.

About tech@nyu

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.

Our Programs

  • 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

Tech Stack

This website is built with modern web technologies:

Project Structure

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

Getting Started

Prerequisites

  • Node.js 18+
  • npm, yarn, pnpm, or bun

Installation

  1. Clone the repository
git clone https://github.com/sean-lai-sh/technyu2025.git
cd technyu2025
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

Building for Production

npm run build
npm start

Contributing

We welcome contributions from tech@nyu members! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Development Guidelines

  • 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

Team

This website is maintained by the tech@nyu development team. Special thanks to all contributors who have helped build and improve our digital presence.

Contact

License

This project is open source and available under the MIT License.


Built with ❤️ by tech@nyu

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 94.6%
  • CSS 2.7%
  • JavaScript 2.7%