This is the ReactiveUI website. It's a static site generated by Wyam.
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 at the repository root folder and run
build.cmd --target=preview
- Linux Open your favorite shell at the repository root folder and run
bash ./build.sh --target=preview
- Wait several minutes while it installs dependencies and initializes (approx 3-5 mins). It is ready when you see
Hit Ctrl-C to exit
- Browse the website on
localhost:5080