Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 625 Bytes

DEVELOPMENT.md

File metadata and controls

31 lines (23 loc) · 625 Bytes

Deployment Guide

Prerequisites

Steps

Clone the repo

 git clone https://github.com/mdgspace/activity-leaderboard.git

 cd activity-leaderboard

Create .env using .env.example

Run

  1. npm ci
  2. npm run prepare
  3. npm run lint
  4. npm run prettier

Run appplication

npm start