Skip to content

Commit

Permalink
Add storybook + begin Streamer Overlay implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripperful committed Sep 14, 2024
1 parent 3d64f8c commit 36eac51
Show file tree
Hide file tree
Showing 13 changed files with 4,180 additions and 204 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Directories
**/node_modules
packages/*/dist
.env
packages/*/storybook-static
.env
*storybook.log
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"cwd": "${workspaceRoot}",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "watch"]
},
{
"name": "storybook",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "storybook"]
}
]
}
Loading

0 comments on commit 36eac51

Please sign in to comment.