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#5…
- Loading branch information
kdcllc
committed
Aug 27, 2023
1 parent
bf88f39
commit 93c1f7a
Showing
6 changed files
with
15 additions
and
8 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
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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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