From ff3b7a7fa3f2ce994fb4aaaa9699c1c91fa07904 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 24 Sep 2023 16:23:43 -0400 Subject: Working shaders again --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 23615f3..cc72eb9 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,18 @@ If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthe ## Running With python installed, run `./run_dev.sh` and you should be good to go. Then navigate to `localhost:8080` in your browser. + +## Building Themes + +### Build the shaders +``` +cd themes/src +node tools/shaders.js +``` + +### Compile +``` +cd themes +./compile-commands.sh +make +``` -- cgit v1.2.1