The serverless replacement of Slip.it aiming at deploying on Firebase suite
$ npm install
Also 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 build
watch
command is also available.