- Use
npm ito get started. - Work on a separate branch and then PR.
- Remember to always pull and then push.
docker build -t notifier-frontend .docker run -d -p 5000:5000 --name nf notifier-frontenddocker run -d -p 5000:5000 -v $(pwd):/app --name nf notifier-frontenddocker logs -f nfdocker exec -it nf sh