@semiont/frontend
v0.3.0
Published
Semiont frontend server - pre-built Next.js standalone output
Readme
@semiont/frontend
Pre-built Semiont frontend server as a Next.js standalone output. This package contains the compiled frontend application ready to run with Node.js.
Installation
npm install -g @semiont/frontendThis package is typically installed automatically by semiont provision when using the Semiont CLI.
Usage
The recommended way to run Semiont is through the CLI:
npm install -g @semiont/cli
semiont init my-project
cd my-project
semiont provision
semiont startThe CLI handles configuration, environment setup, and process management.
Direct Usage
semiont-frontend
# or
node node_modules/@semiont/frontend/standalone/apps/frontend/server.jsRequires environment variables (NEXTAUTH_URL, NEXTAUTH_SECRET, SERVER_API_URL, etc.) to be configured.
What's Included
standalone/- Next.js standalone output with all dependencies bundled
