|
347 | 347 | </li> |
348 | 348 |
|
349 | 349 | <li class="md-nav__item"> |
350 | | - <a href="#2-configure-environment-variables" class="md-nav__link"> |
| 350 | + <a href="#2-create-environment-file" class="md-nav__link"> |
351 | 351 | <span class="md-ellipsis"> |
352 | | - 2. Configure Environment Variables |
| 352 | + 2. Create Environment File |
353 | 353 | </span> |
354 | 354 | </a> |
355 | 355 |
|
|
461 | 461 | </li> |
462 | 462 |
|
463 | 463 | <li class="md-nav__item"> |
464 | | - <a href="#2-configure-environment-variables" class="md-nav__link"> |
| 464 | + <a href="#2-create-environment-file" class="md-nav__link"> |
465 | 465 | <span class="md-ellipsis"> |
466 | | - 2. Configure Environment Variables |
| 466 | + 2. Create Environment File |
467 | 467 | </span> |
468 | 468 | </a> |
469 | 469 |
|
@@ -519,13 +519,13 @@ <h1 id="getting-started">🚀 Getting Started</h1> |
519 | 519 | <p>SuperStack uses Docker, so make sure <a href="https://docs.docker.com/get-docker/">Docker is |
520 | 520 | installed</a> before you begin.</p> |
521 | 521 | <h2 id="1-get-superstack">1. Get SuperStack</h2> |
522 | | -<p>Click <a href="https://github.com/explodinglabs/superstack/generate">Use this template</a> |
| 522 | +<p>Click <em><strong><a href="https://github.com/explodinglabs/superstack/generate">Use this template</a></strong></em> |
523 | 523 | and create a new repository (e.g. <code>myapp-backend</code>) on GitHub.</p> |
524 | 524 | <p>Clone it to your machine:</p> |
525 | 525 | <div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/yourname/myapp-backend.git |
526 | 526 | <span class="nb">cd</span><span class="w"> </span>myapp-backend |
527 | 527 | </code></pre></div> |
528 | | -<h2 id="2-configure-environment-variables">2. Configure Environment Variables</h2> |
| 528 | +<h2 id="2-create-environment-file">2. Create Environment File</h2> |
529 | 529 | <p>Copy the example environment file:</p> |
530 | 530 | <div class="highlight"><pre><span></span><code><span class="nb">cd</span><span class="w"> </span>app |
531 | 531 | cp<span class="w"> </span>example.env<span class="w"> </span>.env |
|
0 commit comments