https://github.com/jamessingleton/project-aqua
Streamline team management and meet coordination effortlessly with our comprehensive software, providing intuitive tools for scheduling, communication, & results tracking in one unified platform.
https://github.com/jamessingleton/project-aqua
build-in-public building-in-public nextjs open-source saas shadcn-ui supabase swimming tailwind tailwindcss
Last synced: 8 months ago
JSON representation
Streamline team management and meet coordination effortlessly with our comprehensive software, providing intuitive tools for scheduling, communication, & results tracking in one unified platform.
- Host: GitHub
- URL: https://github.com/jamessingleton/project-aqua
- Owner: JamesSingleton
- License: agpl-3.0
- Created: 2024-01-22T03:46:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T19:45:29.000Z (10 months ago)
- Last Synced: 2025-05-04T22:55:42.390Z (8 months ago)
- Topics: build-in-public, building-in-public, nextjs, open-source, saas, shadcn-ui, supabase, swimming, tailwind, tailwindcss
- Language: TypeScript
- Homepage: https://project-aqua-web.vercel.app
- Size: 1.39 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Aqua (Placeholder)
Streamline team management and meet coordination effortlessly with our comprehensive software, providing intuitive tools for scheduling, communication, & results tracking in one unified platform.
## What's inside?
This Turborepo includes the following packages/apps:
### Apps and Packages
- `web`: a [Next.js](https://nextjs.org/) app, take a look at it's [README](apps/web/README.md)
- `admin`: a Next.js app for the admin dashboard
- `desktop`: an [Electron](https://www.electronjs.org/) app
- `@repo/ui`: a stub React component library shared by both `web` and `admin` applications
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo
Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
### Utilities
This Turborepo has some additional tools already setup for you:
- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting
### Build
To build all apps and packages, run the following command:
```
cd project-aqua
npm run build
```
### Develop
To develop all apps and packages, run the following command:
```
cd project-aqua
npm run dev
```
## Useful Links
Learn more about the power of Turborepo:
- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)
- [Caching](https://turbo.build/repo/docs/core-concepts/caching)
- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)
- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)