This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if you don't have one already.
29
29
30
30
1 . Next, open ` .env.example ` at the root of the project and update it with
31
31
values from your
32
- [ Twilio account] ( https://www.twilio.com/user/account/voice-messaging )
32
+ [ Twilio account] ( https://www.twilio.com/console )
33
33
and local configuration. Save the file as ` .env ` . You'll need to set
34
34
` TWILIO_AUTH_TOKEN ` , ` TWILIO_ACCOUNT_SID ` , and ` TWILIO_NUMBER ` .
35
35
@@ -43,18 +43,18 @@ if you don't have one already.
43
43
44
44
1 . Navigate to the project directory in your terminal and run:
45
45
46
- ``` bash
47
- $ npm install
48
- ```
46
+ ``` bash
47
+ $ npm install
48
+ ```
49
49
50
50
This should install all of our project dependencies from npm into a local
51
51
`node_modules` folder.
52
52
53
53
1 . Make sure the tests succeed.
54
54
55
- ` ` ` bash
56
- $ npm test
57
- ` ` `
55
+ ``` bash
56
+ $ npm test
57
+ ```
58
58
59
59
1 . To launch the application, you can use ` node . ` in the project's root directory.
60
60
You might also consider using [ nodemon] ( https://github.com/remy/nodemon ) for
You can’t perform that action at this time.
0 commit comments