To get the application up and running, follow these steps:
This will install all the necessary packages required for the project.
yarn install
This will execute any scripts that need to run after the installation of packages. It ensures the project is properly set up and configured.
yarn run prepare
npm run dev
# or
yarn dev
# or
pnpm dev
Example env file
IS_LOCAL_DB=true
DOMAIN=http://localhost:3000
ENV=dev
JWT_ACCESS_SECRET=
JWT_REFRESH_SECRET=
DATABASE_POOL_MAX=10
DATABASE_POOL_ACQUIRE=20000
DATABASE_POOL_IDLE=10000
HOSTNAME=127.0.0.1
AUTHER=http://localhost:2137
NEXT_PUBLIC_TENANT=1