Welcome to the frontend repository of the ICT Meetup organized by the Prime IT Club. This website is built using Vite, React, and TypeScript.
Before you begin, ensure you have the following installed:
-
Clone this repository:
git clone https://github.com/your-username/ict-meetup-frontend.git cd ict-meetup-frontend -
Install the project dependencies:
If you're installing with npm then
npm installIf you're installing with yarn(recommended)
yarn
You can deploy the built frontend to your chosen hosting platform. Here's a general outline:
- Build the production version of the app using the
buildscript. - Upload the contents of the
distfolder to your hosting server or platform.
Remember to configure any necessary environment variables or settings specific to your deployment platform.
We welcome contributions from the community! If you find a bug, have an enhancement in mind, or want to propose a new feature, please open an issue or submit a pull request.