You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Tristan Daniël Maat 789431c13c
Rename and slightly reword error page
7 months ago
nix Re-implement music visualizer 8 months ago
src Rename and slightly reword error page 7 months ago
.dir-locals.el Clean up dev workflow a bit 8 months ago
.eslintrc.yaml Start linting with eslint 8 months ago
.gitignore Hack in a package.yaml instead of package.json 8 months ago
.parcelrc Update dependencies 3 years ago
.posthtmlrc Clean up dev workflow a bit 8 months ago
.prettierrc Format codebase with `prettier` 8 months ago
README.md Hack in a package.yaml instead of package.json 8 months ago
flake.lock Clean up and update flake 8 months ago
flake.nix Hack in a package.yaml instead of package.json 8 months ago
package-lock.json Re-implement music visualizer 8 months ago
package.yaml Rename and slightly reword error page 7 months ago
tsconfig.json Re-implement music visualizer 8 months ago

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