diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 9 insertions, 19 deletions
@@ -3,35 +3,25 @@ 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 -```sh -./run_dev.sh -firefox localhost:8080 -``` -## Build Themes -First, install emscripten: https://emscripten.org/docs/getting_started/downloads.html +## Building -Next, compile the shaders: +### Themes +See the [themes subproject](./themes/README.md) for more information on how to build the themes. +### Posts ```sh -cd themes/src -node tools/shaders.js +./publish.sh ``` -Finally, build the project: +## Running ```sh -cd .. -./compile-commands.sh -make +./run_dev.sh +firefox localhost:8080 ``` -## Update Posts -```sh -./publish.sh -``` -## Publish New Version +## Publishing ```sh ./upload.sh ``` |
