A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.
Go to file
2019-08-23 22:54:17 -03:00
src Contact section and fix mobile navbar links 2019-08-23 22:21:17 -03:00
LICENSE Initial commit 2019-08-15 22:33:25 -03:00
README.md Update README.md 2019-08-23 22:54:17 -03:00

devfolio

A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.

View the demo here.

Setup

  1. Clone or fork this repository.
  2. Install required dependencies from your terminal by running npm install from the project folder root containing package.json.
 src\>npm install
  1. Use webpack to compile and bundle the css/js by running npm run build from the project folder root containing webpack.config.js. Webpack will also begin watching these files for changes and re-build as they're modified.
 src\>npm run build
  1. Open index.html locally in your favorite browser.
  2. Modify accordingly - styles, colors &andvariables can be changed in styles.scss. Refer to the Bulma docs for guidance on how to quickly customize Bulma using [color helpers](https://bulma.io/documentation/modifiers/color-helpers/ and variables.