https://github.com/rocketchat/apps.cloudflare
https://github.com/rocketchat/apps.cloudflare
rocketchat-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rocketchat/apps.cloudflare
- Owner: RocketChat
- Created: 2018-11-08T18:17:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T20:31:15.000Z (over 4 years ago)
- Last Synced: 2024-05-01T11:29:29.072Z (over 1 year ago)
- Topics: rocketchat-app
- Language: TypeScript
- Size: 17.6 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`