Change min node version to v16

Husky won't run with Node v14
This commit is contained in:
Levente Csoke
2023-06-15 17:04:05 +02:00
parent fce7d34171
commit 63d99d6a57

View File

@@ -110,7 +110,7 @@ pip install -r requirements.txt
6. Start worker with `celery -A app.celery worker -l INFO`
### Start frontend
Make sure you have Node version 14+
Make sure you have Node version 16+
1. Navigate to `/frontend` folder
2. Install dependencies