# devfolio A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome. View the [demo here](https://mmacneil.github.io/devfolio/). ## 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
3. 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