This is the source code for my portfolio website. It is built using TypeScript, React and Tailwind CSS. Everything is hosted on Vercel and is deployed automatically. Formerlly, it was deployed on GitHub Pages.
Feel free to take a look at the live version of the website at jeromewolff.de.
To get started, you need to have Node.js and npm installed on your machine.
- Clone the repository
- Navigate to the project directory
- Install the dependencies by running
npm install
- Start the development server by running
npm run start
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.