Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 409 Bytes

ServiceCore Flatfile Plugin

This plugin is used to import customer information into ServiceCore's Flatfile integration.

Local Development

  1. Clone the repository
  2. Copy .env.example to .env and fill in the values
  3. Run npm install
  4. Run npm run dev

Deployment

  1. Clone the repository
  2. Copy .env.example to .env and fill in the values
  3. Run npm install
  4. Run npm run deploy