Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.
/ diversify Public archive

COM4525 Genesys

Notifications You must be signed in to change notification settings

acb16zje/diversify

Repository files navigation

COM4525 Genesys

Logo

Team 7 - Helping teams to improve their performance through diversity

Zer Jun Eng, Jia Hua Ng, Neville Kitala, Wonwoo Soh


pipeline coverage

CodeFactor Codacy Badge codebeat badge DeepScan grade

security GuardRails badge


Installation

  • Install the required gems (Bundler 2 required, see here for upgrade guide)
bundle install
  • Install the required node_modules

    1. Install with yarn (preferred):

      yarn install
    2. Install with npm:

      npm install

Starting the Development Server

  1. Run rails s in a terminal session
  2. Run bin/webpack-dev-server in a separate terminal session