@semiont/backend
v0.3.0
Published
Semiont backend server - pre-built for npm consumption
Readme
@semiont/backend
Pre-built Semiont backend server for npm consumption. This package contains the compiled backend application with Prisma schema and migrations.
Installation
npm install -g @semiont/backendThis 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, database setup, and process management.
Direct Usage
semiont-backend
# or
node node_modules/@semiont/backend/dist/index.jsRequires DATABASE_URL and other environment variables to be configured.
What's Included
dist/- Compiled backend application (Hono server)prisma/- Prisma schema and migrations
