https://github.com/slackapi/deno-budget-calculator
https://github.com/slackapi/deno-budget-calculator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slackapi/deno-budget-calculator
- Owner: slackapi
- License: mit
- Created: 2021-11-16T08:34:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T22:45:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T15:41:49.476Z (12 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget Calculator Sample
Please follow the tutorial for this repo at https://api.slack.com/tutorials/tracks/app-deployment-and-admin-controls.
This sample project shows how to manage app deployment with admin approved apps enabled.
## Setup
Create a new project using this as repo as a template.
```bash
slack create -t slackapi/deno-budget-calculator
```
## Running it locally
```bash
slack run
```
## Deploying to Slack's Hosting
```bash
slack deploy
```
## Testing
```bash
slack deno test
```