Skip to content
/ exigo Public

Responsive Quiz Application made with React and Prisma Framework.

License

Notifications You must be signed in to change notification settings

kripod/exigo

Repository files navigation

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