Taking communication to the moon 🚀
| Codebase | Description |
|---|---|
| api | Elixir API |
| apps/web | Next.js frontend |
| packages | Workspace packages |
- dev -> dev stuff happening on this branch
- prod -> don't touch, this is what's running in prod
web: another Next.js appeslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)tsconfig:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
Reall is open to contributions, but I recommend creating an issue or replying in a comment to let me know what you are working on first that way we don't overwrite each other.
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:
yarn run build
To develop all apps and packages, run the following command:
yarn run dev