Hosting the front-end

The site uses the UVKBuildTool to have static components. To set up your project initially, run the install.sh script. After that, you can run the run.sh script to run host your project locally.

To build the UVKBuildTool, you're going to need the following:

  1. CMake 3.21 or later
  2. For Windows, Visual Studio 2022 or later. For Unix systems, GCC and g++ with support for C++20

Documentation on using the UVKBuildTool for web development can be found here.

Hosting the back-end

The back-end is to be developed, information coming soon!