@ballerine/workflows-service
v0.7.64
Published
workflow-service
Downloads
667
Keywords
Readme
npm start
Runs the app in development mode. By default, it is accessible at http://localhost:3000
npm test
Runs tests.
npm run build
Builds the app for production in the dist
folder.
Generate Prisma client
npm run prisma:generate
Start database using Docker
npm run docker:db
Initialize the database
npm run db:init
Start the server
npm start
Getting Started - Docker Compose
In the server
subdirectory, run:
npm run compose:up