Skip to content

Commit a010c10

Browse files
committed
feat,wip: initialize and flesh out storage frontend
Kudos to vite/create-vite, wagmi/viem, react-syntax-highlighter, https://css-pattern.com/
1 parent 7b5f69a commit a010c10

22 files changed

+4353
-70
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ indent_size = 2
2525
indent_style = space
2626
indent_size = 2
2727

28+
[*.{js,jsx,ts,tsx}]
29+
indent_style = space
30+
indent_size = 2
31+
32+
[*.css]
33+
indent_style = space
34+
indent_size = 2
35+
2836
[Tiltfile]
2937
indent_style = space
3038
indent_size = 4

0 commit comments

Comments
 (0)