Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 950 Bytes

DEVELOPING.md

File metadata and controls

36 lines (22 loc) · 950 Bytes

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

Run Frontend with Docker

docker build --tag ris-adm-vwv-frontend-local:dev .
docker run -p 5173:5173 ris-adm-vwv-frontend-local:dev

Visit http://localhost:5173/

Run Frontend bare metal

See ./frontend/DEVELOPING.md