项目作者: IzumiSy

项目描述 :
:bookmark: Brand-new anti-social bookmark service
高级语言: Elm
项目地址: git://github.com/IzumiSy/slipit2.git
创建时间: 2018-12-01T09:32:40Z
项目社区:https://github.com/IzumiSy/slipit2

开源协议:

下载


Slip.it v2

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

Setup

  1. $ npm install

Also you need to set your own env in .env file. This app uses Firestore as a database.

  1. $ cp .env.sample .env
  2. $ vi .env

Run

  1. # only serving (build required)
  2. $ npm run serve
  3. # serve and compile
  4. $ npm start

Build

  1. $ npm run build

watch command is also available.