You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,8 +149,8 @@ The `LOOKER_URL`, `LOOKER_API_BASE_URL`, `LOOKER_API_3_CLIENT_ID`, `LOOKER_API_3
147
149
To run the server:
148
150
149
151
1. Ensure Node.js is installed
150
-
2.`npm install` to install dependencies
151
-
3.`npm start` to start the bot server. The server will run until you type `Ctrl+C` to stop it.
152
+
2.`yarn install` to install dependencies
153
+
3.`yarn start` to start the bot server. The server will run until you type `Ctrl+C` to stop it.
152
154
153
155
The included `Procfile` will also allow you to run the app using [foreman](https://github.com/ddollar/foreman) or [node-foreman](https://github.com/jeffjewiss/node-foreman). These libraries also provide easy ways of creating scripts for use with `upstart`, `supervisord`, and `systemd`.
154
156
@@ -255,10 +257,10 @@ If you choose to remove the image files from S3, the Slack messages that relied
255
257
### Running Locally for Development
256
258
257
259
1. Install [Node.js](https://nodejs.org/en/) on your local machine.
258
-
2. Install [node-foreman](https://github.com/jeffjewiss/node-foreman) with `npm install -g foreman`
260
+
2. Install [Yarn](https://yarnpkg.com/) on your local machine.
259
261
3. Add your environment variables to a file called `.env` at the base of the repo.
0 commit comments