This project currently uses a Makefile and has package.json and package-lock.json not at the root of the project. This is fairly uncommon for JavaScript projects/static sites and makes it harder to get started. We should change it to use standard npm commands!
This project currently uses a
Makefileand haspackage.jsonandpackage-lock.jsonnot at the root of the project. This is fairly uncommon for JavaScript projects/static sites and makes it harder to get started. We should change it to use standard npm commands!