.PHONY: run build dev start lint run: deno run --allow-net --allow-read --allow-write --allow-env --allow-run main.ts start: deno task start build: docker build -t handheld-devices-frontend . lint: deno check main.ts