Open rantav opened 4 years ago
I have fixed, many but some are still TODO, all of them are in the client side. To see them:
cd client npm audit
I tried the auto fix (npm audit fix) but that doesn't fix all of them plus breaks the website.
npm audit fix
To test the website you have to do two things:
make run
make build-prod
I have fixed, many but some are still TODO, all of them are in the client side. To see them:
I tried the auto fix (
npm audit fix
) but that doesn't fix all of them plus breaks the website.To test the website you have to do two things:
make run
and test the website in your browsermake build-prod
to make sure that when deploying to heroku nothing will break