Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 642 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 642 Bytes

exigo

Build Status Netlify Status

Development process

Prequisites

Workflow

  1. Clone a fork of the master branch and install all the required dependencies with yarn
  2. Initialize the development database as follows:
    cd server
    yarn db:init
    yarn db:seed
  3. Execute yarn develop from the project's root directory