Skip to content

Commit a0f0054

Browse files
author
Krishna Puvvada
committed
Removing unnecessary files
1 parent 803da87 commit a0f0054

27 files changed

Lines changed: 3 additions & 258 deletions

BuildYourOwnCanvasSamples/1.starter-full-bundle/.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

BuildYourOwnCanvasSamples/1.starter-full-bundle/web/.gitignore renamed to BuildYourOwnCanvasSamples/1.starter-full-bundle/.gitignore

File renamed without changes.

BuildYourOwnCanvasSamples/1.starter-full-bundle/Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

BuildYourOwnCanvasSamples/1.starter-full-bundle/Dockerfile-run

Lines changed: 0 additions & 28 deletions
This file was deleted.

BuildYourOwnCanvasSamples/1.starter-full-bundle/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ To host this demo, you will need to clone the code and run locally.
3232

3333
## Prepare and run the code
3434

35-
1. Under `web` folder, run the following
35+
1. Run the following
3636
1. `npm install`
3737
1. `npm start`
3838
1. Browse to http://localhost:5000/ to start the demo
3939

4040

4141
# Code
4242

43-
- `/web/` is the REST API for distributing Direct Line tokens
43+
- THis is the REST API for distributing Direct Line tokens
4444
- `GET /api/directline/token` will generate a new Direct Line token for the React app
4545
- During development-time, it will also serve the bot server via `/api/messages/`
4646
- To enable this feature, add `PROXY_BOT_URL=http://localhost:3978` to `/web/.env`
@@ -61,7 +61,7 @@ The `.env` file hold the environment variable critical to run the service. These
6161

6262
To ease the setup of this sample, here is the template of `.env` files.
6363

64-
### `/web/.env`
64+
### `.env`
6565

6666
```
6767
BOT_ID=21wejwl2-2j34-dse3-12df-1123rgted34

BuildYourOwnCanvasSamples/1.starter-full-bundle/azure-pipelines.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

BuildYourOwnCanvasSamples/1.starter-full-bundle/init.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

BuildYourOwnCanvasSamples/1.starter-full-bundle/web/package-lock.json renamed to BuildYourOwnCanvasSamples/1.starter-full-bundle/package-lock.json

File renamed without changes.

BuildYourOwnCanvasSamples/1.starter-full-bundle/web/package.json renamed to BuildYourOwnCanvasSamples/1.starter-full-bundle/package.json

File renamed without changes.

BuildYourOwnCanvasSamples/1.starter-full-bundle/web/public/images/BotServices-Translucent.svg renamed to BuildYourOwnCanvasSamples/1.starter-full-bundle/public/images/BotServices-Translucent.svg

File renamed without changes.

0 commit comments

Comments
 (0)