1.0.0 • Published 3 years ago

pf-rules-engine v1.0.0

Weekly downloads
-
License
UNLICENCED
Repository
github
Last release
3 years ago

Projects Force - Rule engine

Getting Started

Clone the repo and make it yours:

git clone https://github.com/ProjectsForceLLC/pf-rule-engine.git

Install dependencies:

npm install

Set environment variables:

cp .env.example .env

Running Locally

npm run dev

Lint

# lint code with ESLint
npm run lint

# try to fix ESLint errors
npm run lint:fix

Docker

# launch docker
npm run docker:launch