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

https://github.com/philippkant/kant.dev

My personal website
https://github.com/philippkant/kant.dev

netlify portfolio portfolio-website react react-portfolio react-router styled-components

Last synced: 6 months ago
JSON representation

My personal website

Awesome Lists containing this project

README

          

# kant.dev

My personal website.

You can see it live here: [``` kant.dev ```](https://kant.dev/)

![demo](./src/images/kantdev_readme.png)

## Tech Stack

- [React](https://reactjs.org/)
- [React Router](https://reactrouter.com/web/guides/quick-start) for routing
- [React Icons](https://react-icons.github.io/react-icons/) for importing icons
- [styled-components](https://styled-components.com/docs/basics) for CSS styling
- [Netlify](https://www.netlify.com/) for hosting

## 🛠 Installation & Set Up

1. Install and use the correct version of Node

2. Install dependencies

```sh
npm install
```

3. Start the development server

```sh
npm start
```