Skip to content

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

License

Notifications You must be signed in to change notification settings

JCoupalK/jcoupal.com

Repository files navigation

jcoupal.com

CI

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.

License

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