This is a monorepo for the Time Management Matrix application built with Turborepo and Bun.
This Turborepo includes the following packages/apps:
web: A Next.js app for the Time Management Matrix application
- Future shared packages will be added here
-
Install dependencies:
bun install
-
Setup environment variables:
cp apps/web/.env.example apps/web/.env
Configure your database and authentication settings in the
.envfile. -
Setup the database:
cd apps/web bun run db:push
To develop all apps and packages:
bun devTo develop only the web app:
cd apps/web
bun devTo build all apps and packages:
bun run buildLearn more about the power of Turborepo:
This is a monorepo for the Time Management Matrix application built with Turborepo and Bun.
This Turborepo includes the following packages/apps:
web: A Next.js app for the Time Management Matrix application
- Future shared packages will be added here
-
Install dependencies:
bun install
-
Setup environment variables:
cp apps/web/.env.example apps/web/.env
Configure your database and authentication settings in the
.envfile. -
Setup the database:
cd apps/web bun run db:push
To develop all apps and packages:
bun devTo develop only the web app:
cd apps/web
bun devTo build all apps and packages:
bun run buildLearn more about the power of Turborepo: