Get support for reactiveui/website
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
reactiveui/website
ReactiveUI Website
This is the source code for the ReactiveUI website. It's a static site generated by DocFx.
Contributing
Steps
- Fork the current project
- Create a new branch, if needed
- Clone the project
- In order to build and host the docs do the following: Windows -- Open command prompt and install the following tools:
-
the DocFx tool
dotnet tool update -g docfx
-
the Nuke tool
dotnet tool install Nuke.GlobalTool --global
-
Open command prompt at the repository root folder, ensure that you have installed the DocFx tool and then run
docfx reactiveui/docfx.json --serve
- Wait several minutes while it installs dependencies and initializes (approx 5 mins). It is ready when you see
Hit Ctrl-C to exit
- Browse the website on
localhost:8080
To build the entire Website we use Nuke Build
you will need to install the tool so that you can run command line nuke commands using dotnet tool install Nuke.GlobalTool --global
.
Once installed from the command prompt execute Nuke
this will download and build the sources for the API section of the website, this takes around 35 minutes to compile and build the website with the API sections.
Once complete you can either execute docfx reactiveui/docfx.json --serve
to run the site OR Nuke BuildWebsite
to build the API only.
If you have generated the API section and wish to remove it on your local machine to enable the website to compile faster, run nuke clean
and then run docfx reactiveui/docfx.json --serve
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2