Changes between Version 3 and Version 4 of BuildInstructions
- Timestamp:
- 09/11/26 07:49:50 (9 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildInstructions
v3 v4 1 1 = Build Instructions 2 2 3 {{{#!div style="text-align: justify; width: 100%;" 3 4 Firstly, the project needs to be cloned locally from !GitHub. This can be done using the command {{{git clone https://github.com/mmilevski/kernelrecords}}}. 4 5 … … 6 7 7 8 Running the application is achieved by using the commands {{{dotnet build}}} and {{{dotnet run}}}. Then, it can be accessed through a web browser of choice at http://localhost:5046/ 9 }}} 8 10 9 11 == Technology Stack
