Welcome to the PEP Web Application repository! This project is built using Oracle JET and follows modern web development practices. Below you'll find instructions on how to set up and contribute to the project.
PEP (Performance Evaluation & Prediction) is a powerful tool designed to deliver critical insights into a product's performance while anticipating future challenges.
In today's fast-paced market, performance is vital; it significantly influences the time and resources necessary for successful operation. Failing to improve performance can result in hefty revenue losses. This is especially pertinent in our AI-driven landscape.
PEP not only assesses and highlights areas for performance enhancement but also forecasts how the product might react in various scenarios. Project managers, developers, customer support teams, sales consultants, and others can leverage this tool to dive deep into data, make informed predictions, and produce impactful reports. Embrace PEP to safeguard your product’s success!
Before you start, ensure you have the following installed:
-
Node.js: Download and install from nodejs.org
-
Oracle JET CLI: Install globally using npm
npm install -g @oracle/ojet-cli
Clone the repository to your local machine:
git clone https://github.com/Shr3yash/PEP.git
cd PEP/PEP_Web_Application
Install the required dependencies:
npm install
Start the development server:
ojet serve
This will launch the application locally. Open your browser and navigate to http://localhost:8000
to view the application.
To contribute to the project, follow these steps:
- Go to the GitHub repository page.
- Click on the "Fork" button in the top-right corner to create a copy of the repository in your GitHub account.
Clone your forked repository:
git clone https://github.com/your-username/PEP.git
cd PEP/PEP_Web_Application
Create a new branch for your changes:
git checkout -b your-branch-name
Edit the code or add new features as needed.
Add and commit your changes:
git add .
git commit -m "Description of your changes"
Push your branch to your forked repository:
git push origin your-branch-name
- Go to your forked repository on GitHub.
- You should see an option to create a pull request from your branch. Click on "Compare & pull request" or "New pull request."
- Fill in the details about your changes and submit the pull request.
The repository maintainers may provide feedback on your pull request. Make any necessary changes and update your pull request with additional commits if needed.
This project is licensed under the Universal Permissive License (UPL), Version 1.0. See the LICENSE file for more details.
For any questions or support, please reach out to the project maintainers through the GitHub issues page or contact the repository owner.
Feel free to adjust any details or add any additional information relevant to the project or repository.