Note: The latest version of this repository is currently unavailable due to security/privacy concerns. For more information, please contact the development team.
This project is a dynamic website developed for the PSIT - Startup and Incubation Foundation (PSIT-SIF). The platform serves as a central hub for entrepreneurs, startups, and innovators, providing information on events, organizations, facilities, incubated startups, and more. Built using React and Vite, this website offers an engaging and interactive experience for users.
- Landing Page: A responsive and engaging homepage introducing PSIT-SIF’s mission, vision, and objectives.
- Events: A section displaying upcoming startup-focused events and workshops, allowing users to stay informed about the latest happenings.
- Organizations: Information about various organizations associated with PSIT-SIF and their role in supporting startups.
- Facilities: A detailed view of the facilities and resources available to startups within the foundation.
- Incubated Startups: A showcase of the startups currently incubated within PSIT-SIF, highlighting their achievements and growth.
- Contact & Support: A contact form for users to reach out to PSIT-SIF for inquiries or support.
- Frontend: React, Vite
- Styling: Tailwind CSS
- Deployment: Vercel (for live demo)
To get a local copy of the project up and running, follow these steps:
First, clone the repository:
git clone https://github.com/your-username/psit-startup-incubation.git
cd psit-startup-incubation
Run the following command to install all required dependencies:
npm install
# or
yarn install
# or
pnpm install
Start the development server using the command below:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:5173 in your browser to see the result.
To learn more about React and Vite, check out the following resources:
- React Documentation - Official React documentation to understand the framework’s concepts and features.
- Vite Documentation - Vite's documentation to learn about the fast development experience it offers.
This project is licensed under the MIT License. See the LICENSE file for more information.