Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 491 Bytes

installation.md

File metadata and controls

36 lines (22 loc) · 491 Bytes

Installation

How to install the app locally

1. Install system dependencies

  1. Install Node.js.
  2. Install Yarn globally.

Follow these instructions.

2. Clone

$ git clone [email protected]:MichaelCurrin/badge-generator.git
$ cd badge-generator

3. Install project dependencies

Using make

$ make install

Yarn only

For Windows.

$ yarn install