Update README.md

This commit is contained in:
Mark Macneil 2019-08-23 22:41:00 -03:00 committed by GitHub
parent 135e5869f8
commit 9d96d515da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
# devfolio # devfolio
A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome. A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome.
[Demo here](https://mmacneil.github.io/devfolio/) View the [demo here](https://mmacneil.github.io/devfolio/).
## Setup ## Setup
1. Clone or fork this repository. 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`. 2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`.
<pre> <pre>
<code>devfolio\src\>npm install</code></pre> <code>src\>npm install</code></pre>