Skip to content

Commit

Permalink
docs: Add repo cloning, format list summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hfagerlund committed May 7, 2023
1 parent 3da6235 commit b179035
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Quiz API backend using Laravel 10, Sail, Docker with Vue front-end.

## Quick start
```console
# clone this project
$ git clone https://github.com/hfagerlund/quiz_app.git
$ cd quiz_app

# start Sail
$ ./vendor/bin/sail up
# stop Sail
Expand Down Expand Up @@ -44,7 +48,7 @@ $ ./vendor/bin/sail php artisan dusk:install
### Good to Know (miscellaneous commands)
<!-- .................... -->
<details>
<summary>Auto-generate code <strong>[+]</strong> <em>models, migrations, factories, GraphQL schema</em></summary>
<summary><strong>Auto-generate code [+]</strong> <em>models, migrations, factories, GraphQL schema</em></summary>

<br />

Expand All @@ -62,7 +66,7 @@ $ ./vendor/bin/sail artisan make:graphql:type QuestionType
</details>
<!-- .................... -->
<details>
<summary>Installation <strong>[+]</strong> <em>Laravel 10, libraries</em></summary>
<summary><strong>Installation [+]</strong> <em>Laravel 10, libraries</em></summary>

<br />

Expand All @@ -79,7 +83,7 @@ $ ./vendor/bin/sail php artisan vendor:publish --provider="Rebing\GraphQL\GraphQ
</details>
<!-- .................... -->
<details>
<summary>Configuration <strong>[+]</strong> <em>caching configuration, switching environments</em></summary>
<summary><strong>Configuration [+]</strong> <em>caching configuration, switching environments</em></summary>

<br />

Expand All @@ -94,7 +98,7 @@ $ ./vendor/bin/sail php artisan config:clear
</details>
<!-- .................... -->
<details>
<summary>Database <strong>[+]</strong> <em>running migrations, db schema, db client</em></summary>
<summary><strong>Database [+]</strong> <em>running migrations, db schema, db client</em></summary>

<br />

Expand Down

0 comments on commit b179035

Please sign in to comment.