How to install the app locally
- Install Node.js.
- Install Yarn globally.
Follow these instructions.
$ git clone [email protected]:MichaelCurrin/badge-generator.git
$ cd badge-generator
$ make install
For Windows.
$ yarn install
How to install the app locally
Follow these instructions.
$ git clone [email protected]:MichaelCurrin/badge-generator.git
$ cd badge-generator
$ make install
For Windows.
$ yarn install