Skip to content

imaxmelnyk/cv

Repository files navigation

Maksym Melnyk CV

This project is about my CV (resume).

Requirements

The project is built using Vue.js, thus you need Node.js and npm.

Infrastructure

The infrastructure is managed via terraform and includes AWS and Cloudflare resources.
The website is served using AWS Amplify and Cloudflare DNS.

Local development

Install dependencies:

npm install

Start development server:

npm run dev