A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.
3f58b2a8de
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.6 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.6.6...4.16.6) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.idea | ||
docs | ||
src | ||
LICENSE | ||
README.md |
devfolio
A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.
View the demo here.
Desktop version
Responsive version
Setup
- Clone or fork this repository.
- Install required dependencies from your terminal by running
npm install
from the project folder root containingpackage.json
.
src\>npm install
- Use webpack to compile and bundle the css/js by running
npm run build
from the project folder root containingwebpack.config.js
. Webpack will also begin watching these files for changes and re-build as they're modified.
src\>npm run build
- Open
index.html
locally in your favorite browser. - Modify accordingly - styles, colors and variables can be changed in
styles.scss
. Refer to the Bulma docs for guidance on how to quickly customize further to suit your tastes using color helpers and variables.