Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flxxyz/proxy-subscribe

一个代理分发的订阅平台
https://github.com/flxxyz/proxy-subscribe

Last synced: 4 days ago
JSON representation

一个代理分发的订阅平台

Awesome Lists containing this project

README

        

# proxy-subscribe

- **.leancloud/current_app_id** 内容为"应用的appid"
- **.leancloud/current_group** 内容为"web"

# Getting started
安装依赖:

```
npm install
```

登录并关联应用:

```
lean login
lean switch
```

启动项目:

```
lean up
```

之后你就可以在 [localhost:3000](http://localhost:3000) 访问到你的应用了。

## 部署到 LeanEngine

部署到预备环境(若无预备环境则直接部署到生产环境):

```
lean deploy
```

## 相关文档

* [云函数开发指南](https://leancloud.cn/docs/leanengine_cloudfunction_guide-node.html)
* [网站托管开发指南](https://leancloud.cn/docs/leanengine_webhosting_guide-node.html)
* [JavaScript 开发指南](https://leancloud.cn/docs/leanstorage_guide-js.html)
* [JavaScript SDK API](https://leancloud.github.io/javascript-sdk/docs/)
* [Node.js SDK API](https://github.com/leancloud/leanengine-node-sdk/blob/master/API.md)
* [命令行工具使用指南](https://leancloud.cn/docs/leanengine_cli.html)
* [云引擎常见问题和解答](https://leancloud.cn/docs/leanengine_faq.html)