diff --git a/README.md b/README.md new file mode 100644 index 0000000..032f6a5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# webcxx-example +An example webcxx project, demonstrating the capabilities of webcxx. + +See [webcxx](https://git.cloudapio.eu/apio/webcxx). + +## Building +`mkdir -p build` + +`cmake -S . -B build` + +`cmake --build build` + +## Running +`build/main` \ No newline at end of file