Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeromewolff/portfolio
Simple portfolio page hosted on Vercel
https://github.com/jeromewolff/portfolio
node node-js npm portfolio postcss react reactjs sass tailwind tailwind-css tailwindcss typescript vercel vercel-deployment
Last synced: about 1 month ago
JSON representation
Simple portfolio page hosted on Vercel
- Host: GitHub
- URL: https://github.com/jeromewolff/portfolio
- Owner: JeromeWolff
- Created: 2023-11-15T11:08:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-19T10:46:30.000Z (about 2 months ago)
- Last Synced: 2024-11-19T11:55:14.135Z (about 2 months ago)
- Topics: node, node-js, npm, portfolio, postcss, react, reactjs, sass, tailwind, tailwind-css, tailwindcss, typescript, vercel, vercel-deployment
- Language: TypeScript
- Homepage: https://www.jeromewolff.de
- Size: 3.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
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](https://www.jeromewolff.de).
## Getting Started
To get started, you need to have Node.js and npm installed on your machine.
### Usage
1. Clone the repository
2. Navigate to the project directory
3. Install the dependencies by running `npm install`
4. Start the development server by running `npm run start`## Contributing
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.