Epichris360 / MailBurst

Create custom emails or use templates to automate parts of your site or business. Customer signed up but didn't convert? we got a template for that, drop in some basic info and a promocode and done! After sign up you get access to the api that can be hit by get requests using a cronjob or an intern. which ever is most available. Warning: intern's run on hope and coffee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

turbomail

This project was built with Turbo 360. To learn more, click here: https://www.turbo360.co

Instructions

After cloning into repo, cd to project root directory and run npm install:

$ npm install

To run dev server, install Turbo CLI globally:

$ sudo npm install turbo-cli -g

Then run devserver from project root directory:

$ turbo devserver

To build for production, run build:

$ npm run build

About

Create custom emails or use templates to automate parts of your site or business. Customer signed up but didn't convert? we got a template for that, drop in some basic info and a promocode and done! After sign up you get access to the api that can be hit by get requests using a cronjob or an intern. which ever is most available. Warning: intern's run on hope and coffee


Languages

Language:JavaScript 77.7%Language:CSS 21.5%Language:HTML 0.8%