![]() |
Software >
https://github.com/triggerdotdev/jsonhero-web
https://jsonhero.io/
A JSON visualizer.
-
Usable on the web at https://jsonhero.io/
Table of Contents [hide]
2023-02-05 - 96ff070 ∞
\git clone github.com/triggerdotdev/jsonhero-web.git \cd ./jsonhero-web \npm install
errors
npm ERR! code 1 npm ERR! path /mnt/c/vaulted_c/Sync/OS/WSL2/bin/jsonhero-web npm ERR! command failed npm ERR! command sh -c remix setup cloudflare-workers npm ERR! A complete log of this run can be found in: npm ERR! /home/user/.npm/_logs/2023-02-05T09_40_03_445Z-debug.log
further installation steps, not followed
\touch ./.env \echo 'SESSION_SECRET=abc123' >> ./.env \npm run build # or for developers: # \npm run dev \npm start \echo 'visit http://localhost:8787'