From ece0f56d29509685f9b61642056f15f84a8a0726 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 1 May 2024 14:12:17 -0400 Subject: cleanup: quick update, removing outdated items --- README.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cc72eb9..0a29a8d 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,31 @@ This contains the entirety of https://matthewkosarek.xyz, which is my personal w If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthew_kosarek_xyz/ ## Running -With python installed, run `./run_dev.sh` and you should be good to go. Then navigate to `localhost:8080` in your browser. +```sh +./run_dev.sh +firefox localhost:8080 +``` -## Building Themes +## Building -### Build the shaders -``` +### Themes +```sh +# Compile the shaders cd themes/src node tools/shaders.js -``` -### Compile -``` -cd themes +# Build the project +cd .. ./compile-commands.sh make ``` + +### Posts +```sh +./publish.sh +``` + +## Upload +```sh +./upload.sh +``` -- cgit v1.2.1