Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/moonrailgun/lafdrop

Snapdrop in Laf
https://github.com/moonrailgun/lafdrop

Last synced: 9 days ago
JSON representation

Snapdrop in Laf

Lists

README

        

# lafdrop

Snapdrop in Laf

![](./docs/demo.gif)

## Try it online

[Online Demo](https://uui1ik-static.site.laf.dev/)

## How to deploy in laf

- create laf app
- modify `laf.yaml` to your own `name` and `appid`
- modify `static/scripts/network.js#_endpoint` with your own path.
- push func and static file
```bash
laf login
laf func push
laf dep push
laf storage push static static
```
- open laf dashboard with browser, you can found everything is done, and you can visit

## Open Source

This repo is Laf version of [Snapdrop](https://github.com/RobinLinus/snapdrop), Because [Snapdrop](https://github.com/RobinLinus/snapdrop) open source with GPL-3.0, so [lafdrop](https://github.com/moonrailgun/lafdrop) is also under GPL-3.0.