Skip to content

Portfolio website - build without frameworks and libraries

Notifications You must be signed in to change notification settings

RhodesPeter/portfolio

Repository files navigation

CV Portfolio

Codeship Dependency Status devDependency Status

Portfolio website - build without frameworks and libraries

You can find the website hosted here.

Current tech stack

  • HTML5, CSS3, JavaScript
  • BEM naming conventions
  • e2e testing with Nightwatch.js
  • Continuous intergration with CodeShip

To run tests:

Clone this repo:

git clone https://github.com/RhodesPeter/portfolio.git

Install node modules and run post install script:

npm install

Run the Nightwatch tests:

npm test