Skip to content

IzumiSy/slipit2

Repository files navigation

Slip.it v2

The serverless replacement of Slip.it aiming at deploying on Firebase suite

Setup

$ 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

Run

# only serving (build required)
$ npm run serve

# serve and compile
$ npm start

Build

$ npm run build

watch command is also available.