This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
Tristan Daniël Maat 82fa543e43
Make typescript more strict
2022-07-30 17:55:13 +01:00
src Use a base page layout that permits better footers 2022-07-30 17:51:20 +01:00
.dir-locals.el Introduce new parcel-based world order 2020-02-29 15:23:04 +00:00
.eslintrc.json Fix linting problems 2021-04-07 23:20:12 +01:00
.gitignore Migrate to npmlock2nix 2022-06-20 14:43:10 +01:00
.jsbeautifyrc Ditch bootstrap for bulma 2022-06-24 10:17:34 +01:00
.parcelrc Update dependencies 2020-05-31 03:54:38 +01:00
.posthtmlrc Update to parcel 2.6.1 2022-06-20 14:43:17 +01:00
README.md Update update notes 2022-07-30 17:55:04 +01:00
flake.lock Clean up and update flake 2022-07-30 17:42:07 +01:00
flake.nix Clean up and update flake 2022-07-30 17:42:07 +01:00
package-lock.json Add CSS language server 2022-06-24 10:34:28 +01:00
package.json Add CSS language server 2022-06-24 10:34:28 +01:00
tsconfig.json Make typescript more strict 2022-07-30 17:55:13 +01:00

README.md

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