Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.54 KB

README.md

File metadata and controls

72 lines (50 loc) · 2.54 KB

PSIT-SIF Website

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.

Features

  • 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.

Technologies Used

  • Frontend: React, Vite
  • Styling: Tailwind CSS
  • Deployment: Vercel (for live demo)

Getting Started

To get a local copy of the project up and running, follow these steps:

1. Clone the Repository

First, clone the repository:

git clone https://github.com/your-username/psit-startup-incubation.git
cd psit-startup-incubation

2. Install Dependencies

Run the following command to install all required dependencies:

npm install
# or
yarn install
# or
pnpm install

3. Run the Development Server

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.


Learn More

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.

License

This project is licensed under the MIT License. See the LICENSE file for more information.