Skip to content
Guille Paz edited this page Jul 10, 2013 · 14 revisions

How can I configure and run the project?

  1. Install Git and Node.
  2. Open your terminal and clone the project:
$ git clone [email protected]:frontend-rescue/keep-up-to-date.git
  1. Now go to the project's folder:
$ cd keep-up-to-date
  1. Install its dependencies:
$ npm install
  1. Work!
  2. Open your terminal and create a new build:
$ grunt build --lang=en
Clone this wiki locally