https://github.com/breadbored/breadbored.github.io-temp
My Portfolio
https://github.com/breadbored/breadbored.github.io-temp
Last synced: 9 months ago
JSON representation
My Portfolio
- Host: GitHub
- URL: https://github.com/breadbored/breadbored.github.io-temp
- Owner: breadbored
- License: mit
- Created: 2020-08-31T17:16:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:04:37.000Z (over 3 years ago)
- Last Synced: 2025-03-04T00:16:06.457Z (over 1 year ago)
- Language: JavaScript
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devfolio
A simple, responsive, single-page portfolio and resume for developers built with Bulma, Sass, Font Awesome and Flickity.
View the [demo here](https://mmacneil.github.io/devfolio/).
### Desktop version

### Responsive version

## Setup
1. Clone, fork or create a template from 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
4. Open `index.html` locally in your favorite browser.
5. 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](https://bulma.io/documentation/modifiers/color-helpers/) and [variables](https://bulma.io/documentation/customize/variables/). See the [Flickity](https://github.com/metafizzy/flickity) docs if you wish to modify the carousel.
## Contact
markmacneil@gmail.com