Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 756 Bytes

Blink Demo - Copenhagen Startup Weeekend Fintech June 2019

Technologies

Get started

  1. Install Git. Check correct installation with "git --version"
  2. Install Node.js. Check correct installation with "npm --version" and "node --version"
  3. Install Yarn. Check correct installation with "yarn --version"
  4. May need restart your machine to be sure you have everything in PATH.

Installation

$ git clone https://github.com/Robert-OP/cphsw-blink.git
$ cd cphsw-blink
$ yarn
$ yarn start

Happy coding :}