Skip to content

martins-giberts/martinsgiberts.com

Repository files navigation

martinsgiberts.com (martins-giberts.github.io)

My contact information page and FE playground

Prerequisites

How to start

Clone

  • Clone git clone https://github.com/martins-giberts/martins-giberts.github.io.git

Local machine

  • open project directory in CMD
  • yarn
  • yarn dev
  • Open localhost:8080

Build static html (For Git pages)

  • yarn build - run jest for changed files based on git and make build. It will generate bundle in ./assets and index.html in ./docs

Other tools