Skip to content

Commit 860cc91

Browse files
committed
Add a file link and format keys
Also re-add repo links
1 parent dd86dab commit 860cc91

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ Once changes are implemented here, they need to be updated within the `/chooser`
5353

5454
Final production changes are deployed within vocabulary-theme Releases, updated within [`index-dev-env`][index-dev-env], and finally deployed to `index__stage` and then `index__prod` environments; going LIVE at `https://creativecommons.org/chooser`.
5555

56+
[cc-legal-tools-app]: https://github.com/creativecommons/cc-legal-tools-app
57+
[cc-legal-tools-data]: https://github.com/creativecommons/cc-legal-tools-data
58+
[index-dev-env]: https://github.com/creativecommons/index-dev-env
59+
[index-prototype]: https://github.com/creativecommons/index-prototype
60+
[vocabulary]: https://github.com/creativecommons/vocabulary
61+
[vocabulary-theme]: https://github.com/creativecommons/vocabulary-theme
62+
5663

5764
### Setting up the Project
5865

@@ -71,7 +78,7 @@ Use the following instructions to start the Project with docker compose.
7178
docker compose up
7279
```
7380

74-
3. After running the above command, Docker will use the `docker-compose.yml` file and Build a local environment for you
81+
3. After running the above command, Docker will use the [`docker-compose.yml`](docker-compose.yml) file and build a local environment for you
7582
4. Navigate to http://localhost:8080 in your browser and the app would be running.
7683
5. **stop the containers**
7784

@@ -84,7 +91,7 @@ Use the following instructions to start the Project with docker compose.
8491
or
8592

8693
You can simply revisit the existing terminal which is running the container
87-
and type `CTRL + C`
94+
and type <kbd>CTRL</kbd> + <kbd>C</kbd>
8895

8996

9097
### Format with Prettier

0 commit comments

Comments
 (0)