feat: prep work for web UI

This commit is contained in:
Andrew Rioux
2025-01-22 01:21:54 -05:00
parent 53019f6fc9
commit 8499c0aee9
13 changed files with 676 additions and 98 deletions
+18
View File
@@ -0,0 +1,18 @@
#+TITLE: Sparse C2 framework
* Design
* Goals
* Setup
This project uses nix flakes, so make sure to install Nix. [[Building]] is easy to do once Nix is set up, but to set up a development shell a little more work is required; run:
#+BEGIN_SRC sh
nix develop
setup-dev-environment
#+END_SRC
* Building
Run:
#+BEGIN_SRC sh
nix build
#+END_SRC
(this may take ages)
* Architecture
[[./architecture.org][Architecture]]