Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1006 Bytes

DEVELOPING.md

File metadata and controls

40 lines (24 loc) · 1006 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

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