After manual installation and compilation I run the vivify-server with
vivify-server README.md
λ vivify-server README.md
(node:17692) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
(Use `vivify-server --trace-warnings ...` to show where the warning was created)
STARTUP COMPLETE
and I get the following if I curl localhost while it is running
curl localhost:31622
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /</pre>
</body>
</html>
❯ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.3 LTS"
installed via
git clone repo
npx yarn
./configure app
make install
After manual installation and compilation I run the vivify-server with
vivify-server README.md
and I get the following if I curl localhost while it is running
curl localhost:31622installed via