Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 278 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 278 Bytes

Payment Portal

Development

Install Dependencies

npm install

Start Dev Server

npm run dev

PM2: Process Manager

pm2 start

API Routes

v1

GET - /api/v1/

Linting

npm run lint
npm run lint-dry
npm run lint-fix