Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izumisy/slipit2
:bookmark: Brand-new anti-social bookmark service
https://github.com/izumisy/slipit2
bookmarker elm-lang firebase
Last synced: 25 days ago
JSON representation
:bookmark: Brand-new anti-social bookmark service
- Host: GitHub
- URL: https://github.com/izumisy/slipit2
- Owner: IzumiSy
- Created: 2018-12-01T09:32:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T22:17:59.000Z (about 1 year ago)
- Last Synced: 2024-09-30T05:22:21.103Z (about 1 month ago)
- Topics: bookmarker, elm-lang, firebase
- Language: Elm
- Homepage:
- Size: 3.69 MB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slip.it v2
The serverless replacement of [Slip.it](https://github.com/IzumiSy/slipit) aiming at deploying on Firebase suite## Setup
```bash
$ npm install
```Also you need to set your own env in `.env` file. This app uses Firestore as a database.
```bash
$ cp .env.sample .env
$ vi .env
```## Run
```bash
# only serving (build required)
$ npm run serve# serve and compile
$ npm start
```## Build
```bash
$ npm run build
```
`watch` command is also available.