Welcome to the frontend repository of UPES Cloud Security Alliance built using React. This repository houses the codebase for the user interface of our application. We encourage contributions from the community to enhance and improve the frontend.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine. You can download it from nodejs.org.
- npm (Node Package Manager) is required and comes with Node.js.
-
Clone the repository:
git clone https://github.com/UPESCSA/UPESCSA-Website-Frontend.git
-
Navigate to the project directory:
cd UPESCSA-Website-Frontend -
Install the project dependencies:
npm install -
Start the development server:
npm run devThe application should now be running at http://localhost:5173.
We welcome contributions from the community. Whether it's fixing bugs, improving documentation, or adding new features, your contributions are highly appreciated.
-
Fork the repository and create your branch:
git checkout -b your-feature -
Make your changes and commit them:
git add . git commit -m "Add your meaningful commit message" -
Push to your branch:
git push origin your-feature -
Open a pull request on GitHub, explaining your changes and why they should be merged.
If you encounter any issues or have suggestions, please follow these guidelines when creating a new issue:
- Clearly describe the issue, including steps to reproduce it.
- If applicable, provide screenshots or code snippets to help understand the problem.
- Specify the version of the software you are using.
- Check the existing issues to avoid duplicates.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for both personal and commercial purposes.