Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adeonhy/slipit2

 
 

Repository files navigation

Slip.it v2

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

Setup

$ npm install

After installing deps, you have to log into Firebase

$ npx firebase login

Also you need to set your own env in .env file

$ cp .env.sample .env
$ vi .env

Run

$ npm start

Build

$ npm run build

Function

Setup

Install dependencies

$ cd function/functions
$ npm install

After installing deps, you have to choose your project to run

$ npx firebase use [YourOwnProjectId]

Log into Firebase beforehand by npx firebase login to run function if you haven't.

Run

$ cd function/functions
$ npm run serve

Deploy

$ cd function/functions
$ npm run deploy

About

🔖 Brand-new anti-social bookmark service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 90.1%
  • JavaScript 6.8%
  • CSS 2.6%
  • HTML 0.5%