1.2.0 • Published 1 year ago
@ofleps/server v1.2.0
OFlePS server
Open and Flexible Payment System server
Running
You need to configure the .env file before running (see .env.example).
Dev (watch mode):
npm install
npm run dev
Start:
npm install
npm run build
npm run start