Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Files

Latest commit

c838fee · Oct 28, 2019

History

History
15 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 456 Bytes

EKD-Serverless

This repo contains serverless functions used for Enkel Digital's website.
These are Express JS based serverless functions hosted with firebase.
The functions available and their step by step workings are listed below.

Run/Build and Deployment

To serve functions for testing, run serve script defined in package.json

npm run serve

To Deploy functions only, run deploy script defined in package.json

npm run deploy