I couldn't get this to build as-is, had to add some missing dependencies, use node 16 (17 has openssl errors on npm install), and it wouldn't start using yarn run start but does with npm run start so, I figure lets just use npm, having both is confusing and error prone.
I couldn't get this to build as-is, had to add some missing dependencies, use node 16 (17 has openssl errors on npm install), and it wouldn't start using
yarn run start
but does withnpm run start
so, I figure lets just use npm, having both is confusing and error prone.