Make sure to install Docker.
Otherwise, make sure the npm command is available and prepend all the commands of this file by NODOCKER=true.
Install the dependencies:
$ make installBuild the assets under the dev_build folder and watch their changes with esbuild:
$ make watchBuild the assets for production under the dist folder with:
$ make buildRun the linters with:
$ make lint