skibinska / personal-website

Personal website
http://ewelina.skibinska.co.uk/
MIT License
3 stars 0 forks source link
cv portfolio portfolio-website

Personal website

Build Status codecov Test Coverage Code Climate Issue Count

What?

My personal website containing information about myself, a development portfolio, a CV, and contact details.

You can find this website hosted here.

Personal Website - mockup

personal website mockup

How?

Designed a minimal, responsive, mobile-first website.

Current tech stack

Setup

  1. Clone the repository by copy-pasting the following command into your terminal:

    git clone https://github.com/skibinska/personal-website.git && cd personal-website
  2. Install the required dependencies:

    npm install
  3. View website

    Run the server:

    npm run devStart

    Navigate to:

    http://localhost:8000
  4. Run tests

    e2e:

    Run the selenium-download after all node_modules have been installed:

    npm run postinstall

    Run the Nightwatch tests:

    npm run e2e

    backend:

    Run the Tape tests:

    npm test