This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues/pull-requests.
tlaternet-templates/README.md

238 B

tlaternet-templates

Website templates bundled with parcel.

Updating

npm-check-updates -u
rm node_modules # Yeah, npm gets confused if it can't write here
npm install --package-lock-only
rm -rf node_modules
direnv reload