https://github.com/jiyongseong/covid-19
https://github.com/jiyongseong/covid-19
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiyongseong/covid-19
- Owner: jiyongseong
- License: mit
- Created: 2020-08-24T00:29:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T09:49:04.000Z (over 4 years ago)
- Last Synced: 2025-01-22T23:43:58.616Z (4 months ago)
- Language: C#
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid-19 Stats

- Windows only
- Steps
```command
git clone https://github.com/jiyongseong/Covid-19.git
cd Covid-19
dotnet restore
dotnet run
dotnet build --configuration Release
```