2.4.10 • Published 2 months ago

@mingsterism/trpc-form v2.4.10

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

@mingsterism/trpc-form

form trpc service to manage api and events

required

  • create .env file with variables:
NPM_TOKEN=<npm-token>
PORT=<port>
APP_ENV=<app-env>
APP_BASE_URL=<app-base-url>
NATS_URL=<nats-url>
DATABASE_URL=<database-url>
SUPABASE_JWT_SECRET=<supabase-jwt-secret>
ACL_MICROSERVICE_URL=<acl-microservice-url>
STRIPE_SECRET_KEY=<stripe-secret-key>

setup

# install dependencies
$ npm install

# run development app
$ npm run dev

# build production app
$ npm run build

# start production app
$ npm run start