Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 506 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 506 Bytes

Multi Wii for iOS site

Before you start

You need to install nodejs, grunt-cli and bower:

brew update
brew install node
npm install -g grunt-cli
npm install -g bower

Getting Started

After the cloning of the project you need install nodejs packages:

npm install

And project dependencies:

bower install

Workflow

Use this command for project build:

grunt build

And this for development with live-reload:

grunt server