Updating from WIkiJS
This commit is contained in:
parent
e90e9bce56
commit
7846130a4a
70 changed files with 18448 additions and 930 deletions
23
sites/getstarted.qmd
Normal file
23
sites/getstarted.qmd
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: "Getting Started"
|
||||
---
|
||||
If you want to take a look inside a project, there are currently three important repositories:
|
||||
|
||||
- VIRTUOS_Playground: The repository contains the Unreal Engine Project
|
||||
- VIRTUOS_Assets: Contains all Project related assets like 3D-Models, Graphics etc.
|
||||
- VIRTUOS_Documents: Contains all written Documents
|
||||
|
||||
# Setting up the project with UE5
|
||||
|
||||
If you're familiar with Git, you'll likely already know how to get the files.
|
||||
|
||||
```bash
|
||||
git pull https://code.virtuos.world/VIRTUOS_WORLD/VIRTUOS_Docs.git
|
||||
```
|
||||
|
||||
If you're not comforatable with the command line, you can install a Git GUI like Github Desktop.
|
||||
|
||||
|
||||
```{=html}
|
||||
<iframe width="100%" height="500" src="https://blueprintue.com/render/-azlwrm2/" scrolling="no" allowfullscreen></iframe>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue