Skip to content

moonrailgun/lafdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lafdrop

Snapdrop in Laf

Try it online

Online Demo

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
    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, Because Snapdrop open source with GPL-3.0, so lafdrop is also under GPL-3.0.