Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 711 Bytes

DEVELOPING.md

File metadata and controls

22 lines (16 loc) · 711 Bytes

🚧 Note: This repository has just been created.


Development / Tech Notes

Here's what to know from a tech perspective.

⚠️ Security note: Do run the lefthook setup below, including the setup of talisman.
⚠️ This ensures that secrets are caught before reaching the remote repository

Git Hooks Setup

This repository uses Git hooks for

  • preventing accidentally pushing secrets or other sensitive information

In order to make use of these, do install the following tools:

then install the hooks via

lefthook install