Skip to content

The code for my portfolio website (SASS, Mustache, Handlebars, Grunt)

License

Notifications You must be signed in to change notification settings

annetters/arabasz_com_2016

Repository files navigation

arabasz.com

This is the code for my portfolio website, http://arabasz.com.

The technologies listed below reflect what was modern at the time (2016). So if you're reading this in the year 2050, you might find some of this tech amusing!

What's Inside?

I am using these nifty tools. Thanks to the authors for making these open source!

How to run this project locally

  • Make sure grunt is installed. npm install -g grunt-cli
  • Run grunt. This will spin up the Watch task.
  • Ready to prep files for production? Run grunt copy, which will create a /_build folder.
  • To view pages, open the /_build folder and open index.html.
  • No server is required because no server was needed.