Initial import

This commit is contained in:
Andraxion 2026-06-26 18:18:14 -04:00
commit ab891a315c
773 changed files with 257255 additions and 0 deletions

17
Release/DEPLOY.txt Normal file
View file

@ -0,0 +1,17 @@
Content Editor V2 release bundle
Start:
npm install --omit=dev
node server.js
Default runtime:
http://0.0.0.0:5180
PM2 example:
pm2 start server.js --name content-editor --cwd /path/to/Release
Required folders beside server.js:
dist/
content/
data/
docs/