To use this template, your computer needs:
This template can be installed with the Foundation CLI, or downloaded and set up manually.
Install the Foundation CLI with this command:
npm install foundation-cli --globalTo manually set up the template, first download it with Git:
git clone git@github.com:fayausa/techmyrmidons-web.gitThen open the folder in your command line, and install the needed dependencies:
cd techmyrmidons-web
npm install
bower installFinally, run npm start to run Gulp. Your finished site will be created in a folder called dist, viewable at this URL:
http://localhost:8000
To create compressed, production-ready assets, run npm run build.