Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
Find a file
chrishills 806553b234
Merge pull request #49 from parcelvoy/campaign-scheduling
Campaigns Refactor + Scheduling
2023-02-02 05:37:40 -06:00
.github/workflows Add media storage (#25) 2022-10-07 16:33:10 -07:00
db/migrations Adds missing field to users 2023-01-30 21:00:06 -06:00
scripts Add template endpoints & bug fixes (#28) 2022-10-23 14:58:43 -05:00
src Shifts away from using default providers to per campaign providers 2023-02-01 20:57:26 -06:00
tests Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00
.eslintrc Cleans up code to better support previewing 2022-12-17 13:40:26 -06:00
.gitignore Cleans up code to better support previewing 2022-12-17 13:40:26 -06:00
global.d.ts Fixes linter issues and adds Github action 2022-08-16 16:51:48 -05:00
jest.config.js Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00
nodemon.json Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00
package-lock.json Refactors templates to be under campaigns 2023-01-29 16:27:20 -06:00
package.json Refactors templates to be under campaigns 2023-01-29 16:27:20 -06:00
README.md Additional general setup 2022-07-08 12:45:20 -05:00
tsconfig.json Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00

Parcelvoy Platform

Development

Start

To setup live-reload for development run:

npm run serve

Creating a Migration

npm run migrations:create $MIGRATION_NAME