forked from JudahGabriel/MessianicChords
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixes issues with typescript and node ts types microsoft/TypeScript#51567 (comment) -add chrome pwa debugger - cleanup settings.json file - run npm audit fix
- Loading branch information
Showing
8 changed files
with
157 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
*.user | ||
*.userosscache | ||
*.sln.docstates | ||
wwwroot/ | ||
|
||
# Build results | ||
[Dd]ebug/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# MessianicChords | ||
|
||
This is the source code for MessianicChords.com, the best place to find lyrics and guitar chords for Messianic Jewish music | ||
|
||
## Technologies | ||
|
||
We use ASP.NET Core on the server, Lit web components on the client. | ||
|
||
## Running locally | ||
|
||
Open the .sln solution file in Visual Studio and hit F5 to run the server. | ||
|
||
Then `cd ClientApp` and run `npm run dev` to run the client. |
Oops, something went wrong.