-
Notifications
You must be signed in to change notification settings - Fork 0
Run localy
Before running QuickMath, make sure you have the following installed:
Open a terminal in the directory where you want to download the project, then run:
git clone https://github.com/Yel0w08/QuickMath.gitThis will create a QuickMath folder containing the project.
If you don't have Git installed, you can download the repository as a ZIP archive:
https://github.com/Yel0w08/QuickMath/archive/refs/heads/main.zip
Extract the archive to a folder of your choice.
Open a terminal in the project's root directory (the folder containing the .csproj file), then run:
dotnet runThis will build and launch QuickMath locally.
If you've used JavaScript before, you can think of
dotnet runas the .NET equivalent ofnpm run dev.
Make sure the .NET SDK is installed correctly by running:
dotnet --versionIf the command is not recognized, install the latest .NET SDK from:
https://dotnet.microsoft.com/download
Ensure you're running dotnet run from the project's root directory (the directory containing the .csproj file).