This backend handles campaigns business logic, User Accounts business logic, and some webhooks.
We only use yarn
to install dependencies.
develop
Start your Strapi application with autoReload enabled. Learn more
yarn develop
start
Start your Strapi application with autoReload disabled. Learn more
yarn start
build
Build your admin panel. Learn more
yarn build
yarn deploy