The serverless replacement of Slip.it aiming at deploying on Firebase suite
$ npm installAfter installing deps, you have to log into Firebase
$ npx firebase loginAlso you need to set your own env in .env file
$ cp .env.sample .env
$ vi .env$ npm start$ npm run buildInstall dependencies
$ cd function/functions
$ npm installAfter installing deps, you have to choose your project to run
$ npx firebase use [YourOwnProjectId]Log into Firebase beforehand by npx firebase login to run function if you haven't.
$ cd function/functions
$ npm run serve$ cd function/functions
$ npm run deploy