Development setup - frontend-rescue/keep-up-to-date GitHub Wiki

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. Go to develop branch:
$ git checkout develop
  1. Install its dependencies:
$ npm install
  1. Work!
  2. Open your terminal and create a new build:
$ npm run build