jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

fix: add prettier and air dependencies #248

Closed pixelspark closed 1 month ago

pixelspark commented 1 month ago

Prettier and air were missing on my system, so make dev and make build-all would not work. This adds prettier as 'dev dependency' in package.json and adds a command to install air in the `install-deps' target of the Makefile.