Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 470 Bytes

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.