The serverless replacement of Slip.it aiming at deploying on Firebase suite
$ npm installAlso you need to set your own env in .env file. This app uses Firestore as a database.
$ cp .env.sample .env
$ vi .env# only serving (build required)
$ npm run serve
# serve and compile
$ npm start$ npm run buildwatch command is also available.