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

Development setup

  1. Install Git and Node.

  2. Open your terminal and clone the project:

    $ git clone [email protected]:frontend-rescue/keep-up-to-date.git

  3. Now go to the project's folder:

    $ cd keep-up-to-date

  4. Install its dependencies:

    $ npm install

  5. Work!

  6. Open your terminal and create a new build:

    $ grunt build --lang=en

Clone this wiki locally