Skip to content

Commit 662538b

Browse files
committed
Add install command
1 parent 527fc6c commit 662538b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
];
4343

4444
shellHook = ''
45-
echo "To get startet run `just dev`"
45+
echo "To get startet run `just install` followed by `just dev`"
4646
'';
4747
};
4848
}

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ build:
66

77
preview:
88
bun vite preview
9+
10+
install:
11+
bun install

0 commit comments

Comments
 (0)