Skip to content

Bekijk repositories en bijhorende commits van een Github profiel

Notifications You must be signed in to change notification settings

zjef-dnrt/github-profile-overview

Repository files navigation

Github profile overview

Dit project is in opdracht van Appeel.io

Bekijk de publieke Github repositories en bijhorende commits van een profiel.

Heroku app Site

De applicatie wordt gehost op Heroku (SSR enabled),

Bekijk het project hier

Nuxt Build Instructions

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out the documentation.