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

https://github.com/slackapi/deno-environment-variables


https://github.com/slackapi/deno-environment-variables

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Environment Variables Sample

Please follow the tutorial for this repo at https://api.slack.com/tutorials/tracks/multiple-envs.

This sample project shows how to build multiple versions of your app from a single code base.

## Setup

Create a new project using this as repo as a template.

```bash
slack create -t slackapi/deno-environment-variables
```

## Running it locally

```bash
slack run
```

## Deploying to Slack's Hosting

```bash
slack deploy
```

## Testing

```bash
slack deno test
```