codestyle:
	npm install
	npx eslint --fix main.js js/*
	npx stylelint style.css

.PHONY: codestyle
