vault backup: 2025-01-17 21:59:47

This commit is contained in:
Nathan Price 2025-01-17 21:59:47 -05:00
parent 9a2501aa35
commit 502aafb3d2
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -6,3 +6,10 @@ date: 2025-01-17
This container is also good for quickly developing components for Quartz. It is a good way to test things out without having to install anything on your local machine, and a simple `make run` -> `ctrl-c` -> `up arrow` -> `enter` is all you need to see your changes. This container is also good for quickly developing components for Quartz. It is a good way to test things out without having to install anything on your local machine, and a simple `make run` -> `ctrl-c` -> `up arrow` -> `enter` is all you need to see your changes.
Inside the quartz-docker repo, link the quartz/src directory to your your primary dev location. I keep all of my projects in ~/Repositories, so I would do this:
```bash
cd ~/Repositories
git clone git@git.modernleft.org:gravityfargo/quartz-docker.git
git clone https://github.com/jackyzha0/quartz.git
```