Skip to content

kravse/kravse.dev

Repository files navigation

kravse.dev website

Netlify Status

URL: https://kravse.dev

About

I designed and built this website with Vue.js and Webpack because I feel like it's weird when web developers don't have... websites. It's hosted, served and continuously deployed as a static bundle through Netlify.

I care about privacy so this website doesnt track you or set cookies, it doesn't request any third party assets or libraries, it makes no API requests, and it's fully functional with or without JavaScript.

Issues

If you'd like to report some issues please feel free to do so here.

Usage

If you're interested in building something similar to this site, I made a boilerplate based on this repo that can help you get started. Check it out here.

Project setup

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

Customize configuration

See Configuration Reference.