Requirements
To get started with Curiosity, you need to install a few tools on your machine. This page will guide you through the installation process for developers.
Last updated
To get started with Curiosity, you need to install a few tools on your machine. This page will guide you through the installation process for developers.
Last updated
Before you install Curiosity, make sure you have the following software installed on your machine:
Docker Desktop: This is required if you want to run Curiosity as a containerized application. You can download Docker Desktop from .
Visual Studio: This is required to edit and debug Curiosity projects. You can download the free Visual Studio Community edition from , or use your existing installation. You can optionally use Visual Studio Code (download ), or any other IDE of your preference.
.NET SDK: Make sure you've the latest .NET SDK installed from .
H5 Compiler: This is required to compile C# code into JavaScript for web development. H5 is used to build the Curiosity interface, and can be used by you to fully customize the final user interface of your Curiosity Workspace. You can install H5 Compiler as a .NET tool from , or if you already have the .NET SDK installed, with the following command:
Curiosity CLI: This is required to interact with Curiosity from the command line. You can install Curiosity CLI as a .NET tool from . You can also install it using the following command:
Congratulations! You're ready to start developing your custom Curiosity Workspace. You can now check how to deploy Curiosity locally using our , or via Docker containers on , or .
You can also start exploring our sample projects to understand how to build connectors and customize your front-end to your needs. For more samples on how to use customize Curiosity, please refer to our GitHub repositories at .