File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,17 @@ Then open http://localhost:4000.
37
37
The app won't work until you set up the database, as described below.
38
38
39
39
<details >
40
- <summary >Setup with Docker</summary >
40
+ <summary >Setup with Docker (optional) </summary >
41
41
<p >You can also start dev build of the app by using docker-compose.</p >
42
- <p >Make sure you have docker and docker-compose installed then run:</p >
42
+ <p >⚠️ This is <b >completely optional,</b > and is only for people who <i >prefer</i > Docker to global installs!</p >
43
+ <p >If you prefer Docker, make sure you have docker and docker-compose installed then run:</p >
43
44
<pre ><code >docker-compose up</code ></pre >
44
45
<h4 >Running seed script</h4 >
45
46
<p >1. Run containers in the detached mode</p >
46
47
<pre ><code >docker-compose up -d</code ></pre >
47
48
<p >2. Run seed script</p >
48
49
<pre ><code >docker-compose exec notes-app npm run seed</code ></pre >
50
+ <p >If you'd rather not use Docker, skip this section and continue below.</p >
49
51
</details >
50
52
51
53
## DB Setup
You can’t perform that action at this time.
0 commit comments