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

https://github.com/rocketchat/apps.cloudflare


https://github.com/rocketchat/apps.cloudflare

rocketchat-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Apps.Cloudflare
Rocket.Chat App for Cloudflare

## Development Quick Start
Make sure you have https://github.com/RocketChat/Rocket.Chat.Apps-cli installed.

`npm install -g @rocket.chat/apps-cli`

Checkout this repo and install dependencies
```bash
git clone https://github.com/RocketChat/Apps.Cloudflare.git
cd Apps.Cloudflare
npm install
```

You can now make changes and build with

`rc-apps package`

And to deploy it to a local Rocket.Chat server to test the application

`rc-apps deploy -u RC_USER -p RC_PASSWORD --url=http://localhost:3000`

or to update the installation

`rc-apps deploy -f --update -u RC_USER -p RC_PASSWORD --url=http://localhost:3000`