Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1019 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 1019 Bytes

Longevity World Cup

noqr

Website

https://www.longevityworldcup.com/

Roadmap

  • 2024 Sept: Inception
  • 2024 Oct: Design
  • 2024 Nov-Dec: Code
  • 2025 Jan - May: Beta Testing
  • 2025 May 1st: Launch

Build From Source Code

Get The Requirements

  1. Get Git: https://git-scm.com/downloads
  2. Get .NET 8.0 SDK: https://dotnet.microsoft.com/download
  3. 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.
  4. 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