This is a UI5 WebComponent application built with TypeScript, serving as a resume CV.
To install and run this application locally, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/torehangoren/resume.git
-
Navigate to the project directory:
cd resume
-
Install the dependencies:
npm install
-
Install @ui5/webcomponents:
npm install @ui5/webcomponents
-
Start the development server:
npm run dev
-
Run a production build:
npm run build
-
Open your web browser and navigate to http://localhost:8080 to view the application.
This application serves as a resume CV, showcasing your skills, experiences, and projects. To customize the content:
- Open the
models
directory. - Modify the JSON files (
*.json
) to update your resume content. - Run
npm run dev
to see your changes reflected in the browser.
Feel free to customize the styling, layout, and functionality to suit your preferences and requirements.
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request with a description of your changes.
This project is licensed under the MIT License - see the LICENSE file for details.