Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
Find a file
2022-08-18 08:05:52 -05:00
.github/workflows Fixes linter issues and adds Github action 2022-08-16 16:51:48 -05:00
db/migrations Code cleanup & add migration for user events 2022-08-18 08:05:52 -05:00
scripts Additional general setup 2022-07-08 12:45:20 -05:00
src Code cleanup & add migration for user events 2022-08-18 08:05:52 -05:00
tests Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00
.eslintrc Fixes linter issues and adds Github action 2022-08-16 16:51:48 -05:00
.gitignore Initial structure 2022-07-07 21:37:16 -05: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 Adds new rule engine 2022-08-16 08:00:42 -05:00
package.json Adds new rule engine 2022-08-16 08:00:42 -05: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