We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29796ad commit a363eb4Copy full SHA for a363eb4
README.md
@@ -82,8 +82,32 @@ and **temporarily** <br />
82
so you need to start your server in the **same terminal**
83
where you ran the `source` command_.
84
85
+#### Install Dependencies
86
+
87
+```
88
+mix deps.get
89
+npm install
90
91
92
+#### Creat the Database (_if it does not already exist_)
93
94
95
+mix do ecto.create
96
97
98
#### Run the Server
99
100
```
101
mix phoenix.server
102
103
+You should see:
104
105
+[info] Running Dwylbot.Endpoint with Cowboy using http://localhost:4000
106
107
108
+#### View the Project in your Web Browser
109
110
+Open http://localhost:4000 in your web browser.
111
112
113
+### _Understanding_ The Project
0 commit comments