-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/vallieres13/redesign-v2
- Loading branch information
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
# redesign-v2 | ||
# [www.felixhebgen.de](https://www.felixhebgen.de/) - Redesign v2 | ||
|
||
## Description | ||
|
||
This is a redesign of my portfolio. The previous website was built a few years ago and required a rework of various components. | ||
This redesign is built from scratch using React.js, TypeScript, GSAP and WordPress as backend. It is fully responsive and has a modern look and feel. | ||
Further features are caching, lazy loading and minimalistic animations. The website is fully hosted on Oracle Cloud. | ||
|
||
## Table of Contents | ||
|
||
* [Installation](#installation) | ||
* [Credits](#credits) | ||
* [License](#license) | ||
* [Questions](#questions) | ||
* [Links](#links) | ||
|
||
## Installation | ||
|
||
To install this project, clone the repository and open the files in your favorite code editor. Make sure you have node.js, pnpm and vite installed globally on your machine. | ||
|
||
``` | ||
# Install pnpm and vite globally | ||
npm install -g pnpm vite | ||
# Clone the repository | ||
git clone https://github.com/vallieres13/redesign-v2.git . | ||
# Install dependencies | ||
pnpm install | ||
``` | ||
|
||
## License | ||
|
||
This project was created by [Felix Hebgen](https://www.felixhebgen.de/) and underlies copyright laws. For further information see the attached [LICENSE](LICENSE.md) file. | ||
|
||
## Questions | ||
|
||
If you have any questions, need code support or tips, please contact me on my website. | ||
|
||
## Links | ||
|
||
* [GitHub Repository](https://github.com/vallieres13/redesign-v2) | ||
* [Deploy Branch](https://github.com/vallieres13/redesign-v2/tree/deploy) | ||
* [Original Website](https://www.felixhebgen.de/) |
This file was deleted.
Oops, something went wrong.