feat(vendor): init html-theme-ref vendor

Since the repository is an older attempt at formulating a reference (it was more
of a failed boilerplating attempt). I (just) need to rearrange a couple of
things before being able to integrate the HTML theme reference.
This commit is contained in:
Rodney, Tiara 2025-03-22 22:52:51 +01:00
parent 120f578bf5
commit b65a382fcb
Signed by: tiara
GPG key ID: 5CD8EC1D46106723
4 changed files with 5 additions and 6 deletions

View file

@ -90,7 +90,7 @@ sh ./configure
2. **Install dependencies (Microsoft PowerShell)**
```powershell
git submodule update --init --remote && npm install
git submodule update --init --remote --recursive && npm install
```
3. **Preview and experiment**