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
- Host: GitHub
- URL: https://github.com/rhodespeter/portfolio
- Owner: RhodesPeter
- Created: 2017-01-25T17:05:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T20:13:27.000Z (about 9 years ago)
- Last Synced: 2025-10-08T11:02:18.954Z (9 months ago)
- Topics: codeship, css, html, javascript, nightwatch, portfolio, portfolio-website
- Language: JavaScript
- Homepage: http://rhodespeter.co.uk
- Size: 5.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV Portfolio
[](https://codeship.com/projects/201245)
[](https://david-dm.org/rhodespeter/portfolio)
[](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
```