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

https://github.com/jcoupalk/jcoupal.com

My personal website where you can see my blog posts and projects.
https://github.com/jcoupalk/jcoupal.com

blog personal-website vuejs

Last synced: 2 months ago
JSON representation

My personal website where you can see my blog posts and projects.

Awesome Lists containing this project

README

        


# jcoupal.com
![CI](https://github.com/JCoupalK/jcoupal.com/actions/workflows/ci.yml/badge.svg)

[jcoupal.com](https://jcoupal.com) is a personal website where you can see my blog posts and projects.

The website is made entirely in VueJS and fetches from the Medium RSS feed for my blog posts and the GitHub API to list my projects.

## Project setup manual
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

## Project setup docker
```
docker compose build
docker compose up -d
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## License

This project is licensed under Apache 2.0 - see the LICENSE file for details.