Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 681 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 681 Bytes

Build status codecov

Kore - Koulurekisteri

Requirements

Development

Follow the instructions below to set up the development environment.

  1. Install npm dependencies:

    $ npm install
    
  2. Then, start the development server:

    $ npm start
    

Testing

  • Running unit tests:

    $ npm test