Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.1 KB

readme.md

File metadata and controls

47 lines (30 loc) · 1.1 KB

Techmyrmidons

Licence Codeship Status for fayausa/techmyrmidons-web

Installation

To use this template, your computer needs:

This template can be installed with the Foundation CLI, or downloaded and set up manually.

Using the CLI

Install the Foundation CLI with this command:

npm install foundation-cli --global

Setup

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.

License : MIT