No description
| nix | ||
| src | ||
| .dir-locals.el | ||
| .eslintrc.yaml | ||
| .gitignore | ||
| .parcelrc | ||
| .posthtmlrc | ||
| .prettierrc | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.yaml | ||
| README.md | ||
| tsconfig.json | ||
tlaternet-templates
Website templates bundled with parcel.
Updating
When adding/removing packages from package.yaml, the corresponding
package.json and package-lock.json need to be updated. Use:
nix run .#update-lockfile
When ignoring semver is desired, use:
nix run .#update-lockfile -- --ignore-semver