An open API service indexing awesome lists of open source software.

https://github.com/rhodespeter/portfolio

Portfolio website - build without frameworks and libraries
https://github.com/rhodespeter/portfolio

codeship css html javascript nightwatch portfolio portfolio-website

Last synced: about 2 months ago
JSON representation

Portfolio website - build without frameworks and libraries

Awesome Lists containing this project

README

          

# CV Portfolio

[![Codeship](https://img.shields.io/codeship/f53a8250-d082-0134-b1ad-3e94eb502bad.svg)](https://codeship.com/projects/201245)
[![Dependency Status](https://david-dm.org/rhodespeter/portfolio.svg)](https://david-dm.org/rhodespeter/portfolio)
[![devDependency Status](https://david-dm.org/rhodespeter/portfolio/dev-status.svg)](https://david-dm.org/rhodespeter/portfolio#info=devDependencies)

### Portfolio website - build without frameworks and libraries

You can find the website hosted [here](http://rhodespeter.co.uk).

### 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
```