@ofleps/server
v1.2.0
Published
Types for Open and Flexible Payment System
Downloads
1
Readme
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