Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 484 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 484 Bytes

Project Error Bot

Getting Started

This repositority uses Yarn as its package manager of choice.

Install Deps

yarn install

Setup Env Variables

cp .env.example .env && vi .env

Run Development Server

yarn dev

Prod Deployment

This repository is setup to use Docker for production deployment.

To run the compose script, use the following command

sudo docker-compose up -d && sudo docker-compose logs pe-db_core --follow