consent preparation

This commit is contained in:
Igor Loskutov
2025-06-17 12:18:41 -04:00
parent d60deebe7a
commit 7bb2962f94
10 changed files with 911 additions and 3 deletions

View File

@@ -72,6 +72,12 @@ Start with `cd www`.
### Installation
**Note**: This project requires Node.js v20.18.1 to maintain yarn.lock compatibility. If using `n` for Node version management:
```bash
n 20.18.1
```
To install the application, run:
```bash