https://github.com/joehoel/joelkuijper.me
Personal website
https://github.com/joehoel/joelkuijper.me
Last synced: 3 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/joehoel/joelkuijper.me
- Owner: Joehoel
- Created: 2021-07-09T17:22:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T08:52:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T06:19:47.356Z (4 months ago)
- Language: Svelte
- Homepage: joelkuijper-me.vercel.app
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Website
[](https://app.netlify.com/sites/joelkuijper/deploys)
About |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About
This is my personal website to show off my skills and a place where I can write blog posts about stuff I'm making and learning.
## :rocket: Technologies
The following tools were used in this project:
- [Node.js](https://nodejs.org/en/)
- [React](https://pt-br.reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)## :white_check_mark: Requirements
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.
## :checkered_flag: Starting
```bash
# Clone this project
$ git clone https://github.com/Joehoel/joelkuijper-me# Access
$ cd joelkuijper-me# Install dependencies
$ yarn# Run the project
$ yarn dev# The server will initialize in the
```## :memo: License
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by Joël Kuijper