You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elliott LE GUEHENNEC
da19f5b304
continuous-integration/drone/push Build is failing
Details
|
2 years ago | |
---|---|---|
Sources | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago |
README.md
BlazinMinecraft
This (unfinished) project was part of a Blazor course taught by Mr. Julien Rioboulet at Clermont-Ferrand's IUT. The assignment was to create a minecraft inventory with crafting options.
Note for Mr. Riboulet: Due to poor time management and other issues out of my control, as detailed in my email, I was unable to complete the project. Again, sorry for handing in work of such poor quality.
Starting up
Before you try starting up, make sure you are running a Windows computer (Windows 10 or 11) with Visual Studio 2022 installed.
Cloning the repository
- Boot up Visual Studio 2022
- In the opening menu, select Clone a repository.
- Enter
https://codefirst.iut.uca.fr/git/elliott.le_guehennec/BlazinMinecraft.git
as the path to the repository. - Enter your IUT Gitea identifiers in the pop-up window.
- If you have defined them as your global identifiers, this step will not be required.
Alternatively you can clone the repository using git bash or another git client.
Launching the app
- Open solution BlazinMinecraft with Visual Studio 2022.
- If you cloned the repository following the steps above, you already have the solution open on Visual Studio. This step can be skipped.
- File is located at
BlazinMinecraft/Sources/BlazinMinecraft.sln
- Make sure Solution explorer is visible.
- It should be visible by default. If not, press
Ctrl
+Alt
+L
- It should be visible by default. If not, press
- On solution explorer, select the solution file (at the very top) and press
Alt
+Enter
to open the file Properties.- This can also be done through a right click on the solution file
- Open
Common Properties
, thenStartup Project
- May be selected by default
- Select
Multiple startup projects
- Make sure projects
BlazinMinecraft
andMinecraft.Crafting.Api
have their Action set to Start. - Press
OK
orApply
to save your changes - Press the green play button at the top of the screen, or the
F5
key, to start the app. - Upon your first startup you may see a series of prompt windows by Visual Studio asking for various authorizations. Accept all of them.
- Wait a few seconds for the project to finish booting.