Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 539 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 539 Bytes

Screenshot

CV

A clean, static, personal curriculum vitae.

Introduction

This project is a custom statically built personal curriculum vitae.

Prerequisites

  • Node

Development

To start development mode, run yarn dev. This builds the app, watch for changes and serves on port 3000.

Production

To run a production build, run yarn build. This builds a single html file into the ./dist folder.