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 --global
To manually set up the template, first download it with Git:
git clone [email protected]:fayausa/techmyrmidons-web.git
Then open the folder in your command line, and install the needed dependencies:
cd techmyrmidons-web
npm install
bower install
Finally, 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
.