Introduce README.md, AI-USE.md. Setup nix-shell for node. Tag personal comments with @PERSONAL-NOTE.

This commit is contained in:
Yura Dupyn 2026-05-15 13:37:19 +02:00
parent 24334cb342
commit 945dcdead0
6 changed files with 96 additions and 5 deletions

7
shell.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [
pkgs.nodejs_22
];
}