Skip to content

Commit

Permalink
Index
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 committed Oct 7, 2023
1 parent 52189a4 commit 97ad316
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ The Tooling Procurement Centre (TPC) aggregates data related to tooling within g
digital teams and displays exploratory reports and structured data for administrative review, financial quantification
and high-confidence decision-making.

## Jump to...
* [A note on...](#a-note-on)
* [Lock files](#lock-files)
* [Artisan serve](#artisan-serve)
* [Installation](#installation)
* [Useful commands](#useful-commands)
* [Developing](#developing-the-project)
* [Writing tests](#writing-tests-tdd)
* [Asset compilation](#asset-compilation)
* [Docker](#docker)

## A note on...

### Lock files
Expand Down Expand Up @@ -114,7 +125,11 @@ docker compose logs node -f

Tests form the foundation of this project and serve as the stability we rely on when deploying to cloud services.

Test Driven Development gives us a safety net
**Resources**

* [Test Driven Development](https://www.youtube.com/watch?v=1Ur_znd5SNI) with Sam, from Acadia
* [What is TDD? How it works: Simple Example](https://www.youtube.com/watch?v=UHnP7ThzLpE)


### Asset compilation

Expand Down

0 comments on commit 97ad316

Please sign in to comment.