No description
| src | ||
| .dir-locals.el | ||
| .eslintrc.json | ||
| .gitignore | ||
| .parcelrc | ||
| .posthtmlrc | ||
| .prettierrc | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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