An open API service indexing awesome lists of open source software.

https://github.com/joehoel/joelkuijper.me

Personal website
https://github.com/joehoel/joelkuijper.me

Last synced: 3 months ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

Personal Website


Github top language

Github language count

Repository size

License

[![Netlify Status](https://api.netlify.com/api/v1/badges/d2964ff6-aaf1-4668-835c-23382eac047c/deploy-status)](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

 

Back to top