A product of creating Story
This Storify Application has two seperate app one for backend (storifyapi) another for frontend (da-storify). TO get app working you need to deploy both backend app and frontend app. You can deploy backend app as it is. Off course you need to configure .env file, like creating database on mysql and add it in env file, mail server configuration. For Frontend app you need build the development code. "yarn build" is the command. Read through this doc to learn more.
Thanks from the Author: Jason G
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build
See Configuring quasar.config.js.
Jason G