diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 20 insertions, 8 deletions
@@ -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 +``` |