devfolio/README.md
2019-08-23 22:36:24 -03:00

13 lines
396 B
Markdown

# devfolio
A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.
[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`.
<pre>
<code>devfolio\src/> npm install</code>
</pre>