This is the repo for my personal webpage hosted at https://pedrolima.dev.
It's using the Foundation CLI and Foundation Sites to generate the dist
folder which allows me to use Handlebars
templates to render the final HTML and Sass as the CSS pre-processor.
I have no idea as to why someone would clone this repo but, for future reference, the required steps to run and deploy the project are:
$ git clone https://github.com/pedronym/pmlima.git
$ npm install
$ npm start
$ npm run build