silvestreh / resume

A personal portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Codacy Badge codecov

Résumé

A personal résumé/portfolio site

Requirements

  • Node >= 0.12

Build Setup

There's a server.js file with a minimal Express server to handle e-mails and serve static files from dist/. You'll need to put these environment variables to get Mailgun working:

export RESUME_MAIL=your@email.com
export MAILGUN_DOMAIN=mailgundomain.com
export MAILGUN_KEY=yourMailgunAPIKey
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

A personal portfolio


Languages

Language:HTML 38.4%Language:JavaScript 31.9%Language:CSS 27.1%Language:Vue 2.6%