1 # Tizen.NUI.StyleGuide project for Ubuntu build and debug
2 - **Dali** Ubuntu build and **tizenfx-stub** Ubuntu build should be done(be set up) before running this project.
3 - Please check this references first : [NUI Ubuntu guide](https://code.sec.samsung.net/confluence/display/GFX/NUI+running+on+Ubuntu+backend), [DALi Ubuntu guide](https://code.sec.samsung.net/confluence/display/GFX/DALi+Getting+Started+Guide)
6 - Please check the ~/.nuget/NuGet/NuGet.Config file to set nuget package sources.
7 - At least, these 2 sources should be included : https://tizen.myget.org/F/dotnet/api/v3/index.json, https://api.nuget.org/v3/index.json
8 ![](./.pic/NugetConfig.png)
10 ### VS Code related setting
11 - Please change the paths shown blow as for your environment.
13 ![](./.pic/launch.png)
16 - Set the target framework installed in your environment.
17 - Tizen.NUI.StyleGuide.csproj
18 ![](./.pic/csproj-file.png)
21 - Open VS Code by the command, **"$ code Tizen.NUI.StyleGuide.code-workspace"** in /TizenFX/test/Tizen.NUI.StyleGuide/ folder.
22 - Do run and debug by clicking "play button" as shown below