Longevity World Cup
Website
https://www.longevityworldcup.com/
Roadmap
- [x] Sept: Inception
- [x] Oct: Design
- [ ] Nov: Code
- [ ] Dec: Communication
- [ ] January 1st: Launch
Build From Source Code
Get The Requirements
- Get Git: https://git-scm.com/downloads
- Get .NET 8.0 SDK: https://dotnet.microsoft.com/download
- Disable .NET's telemetry by executing in the terminal
export DOTNET_CLI_TELEMETRY_OPTOUT=1
on Linux and macOS or setx DOTNET_CLI_TELEMETRY_OPTOUT 1
on Windows.
- Get Visual Studio with ASP.NET web development installed: https://visualstudio.microsoft.com/
Clone
git clone https://github.com/nopara73/LongevityWorldCup.git
Run
Open the .sln
file with Visual Studio & run the project.
Update
git pull