Skip to content

Commit

Permalink
Added svg files and started Learn page
Browse files Browse the repository at this point in the history
  • Loading branch information
andyyvo committed Sep 20, 2020
1 parent f7fc898 commit 3ef805d
Show file tree
Hide file tree
Showing 11 changed files with 1,937 additions and 24 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit 3ef805d

Please sign in to comment.