Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
Find a file
2023-02-04 20:35:19 -06:00
.github/workflows Add media storage (#25) 2022-10-07 16:33:10 -07:00
db/migrations changes step x y to float, adds new step types 2023-02-04 20:25:23 -06:00
scripts Add template endpoints & bug fixes (#28) 2022-10-23 14:58:43 -05:00
src fix journey step tests 2023-02-04 20:35:19 -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 Merge remote-tracking branch 'origin/main' into feat/journey-edit 2023-02-03 08:48:01 -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