Welcome to my personal website and portfolio repository! This project was made with React and Vite.
It is hosted using GitHub Pages and can be accessed at fabianreitz.dev.
- About me: Learn more about me and my background.
- Skills: See what technologies I'm familiar with.
- Projects: Check out some of my projects and see what I've been working on.
- Contact: Get in touch with me.
- React: JavaScript library for building user interfaces.
- TypeScript: Typed superset of JavaScript that compiles to plain JavaScript.
- Vite: Build tool that aims to provide a faster and leaner development experience for modern web projects.
- Tailwind CSS: Utility-first CSS framework for rapidly building custom designs.
- GitHub Pages: Static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub.
- GitHub Actions: CI/CD tool that helps automate software workflows.
First, clone the repository to a nice place on your machine and cd into the project directory:
cd projects
git clone https://github.com/FabianReitz/FabianReitz.github.io.git
cd FabianReitz.github.io
Next, install the dependencies:
npm install
Finally, start the development server:
npm run dev
Vite will give you a local URL where you can view the site. Open it in your browser and you're good to go!
If you find any bugs or have suggestions for improvements, feel free to open an issue or create a pull request. I'm always happy to receive feedback and contributions!
This project uses gitmoji for commit messages. Please use it when contributing to this project.