@@ -0,0 +1,9 @@
.PHONY: setup frontend
setup:
rm -f docker-compose.yaml
cp docker-compose.dev docker-compose.yaml
docker-compose up -d
frontend:
npm run watch
The note is not visible to the blocked user.