Streamline team management and meet coordination effortlessly with our comprehensive software, providing intuitive tools for scheduling, communication, & results tracking in one unified platform.
This Turborepo includes the following packages/apps:
web
: a Next.js app, take a look at it's READMEadmin
: a Next.js app for the admin dashboarddesktop
: an Electron app@repo/ui
: a stub React component library shared by bothweb
andadmin
applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd project-aqua
npm run build
To develop all apps and packages, run the following command:
cd project-aqua
npm run dev
Learn more about the power of Turborepo: