Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 546 Bytes

File metadata and controls

30 lines (20 loc) · 546 Bytes

Setup the development environment

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 install

Build the assets under the dev_build folder and watch their changes with esbuild:

$ make watch

Build the assets for production under the dist folder with:

$ make build

Linters

Run the linters with:

$ make lint