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 789431c13c
Rename and slightly reword error page
2022-09-16 17:30:14 +01:00
nix Re-implement music visualizer 2022-08-14 00:17:49 +01:00
src Rename and slightly reword error page 2022-09-16 17:30:14 +01:00
.dir-locals.el Clean up dev workflow a bit 2022-08-01 21:15:30 +01:00
.eslintrc.yaml Start linting with eslint 2022-08-03 19:00:53 +01:00
.gitignore Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
.parcelrc Update dependencies 2020-05-31 03:54:38 +01:00
.posthtmlrc Clean up dev workflow a bit 2022-08-01 21:15:30 +01:00
.prettierrc Format codebase with `prettier` 2022-08-01 21:43:50 +01:00
README.md Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
flake.lock Clean up and update flake 2022-07-30 17:42:07 +01:00
flake.nix Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
package-lock.json Re-implement music visualizer 2022-08-14 00:17:49 +01:00
package.yaml Rename and slightly reword error page 2022-09-16 17:30:14 +01:00
tsconfig.json Re-implement music visualizer 2022-08-14 00:17:49 +01:00

README.md

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