Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 438 Bytes

File metadata and controls

23 lines (14 loc) · 438 Bytes

Author

Adam Walkowski

adam.walkowski@inperceptic.com

Installation

  1. Clone the repository

  2. Download Node.js

  3. Open main folder in terminal (Bash, PowerShell, Windows Command Line)

  4. Type in your terminal

    npm install

Running

  1. Type in your terminal to check what the application does

    npm start

  2. Type in your terminal to see tests suite results

    npm run test