https://github.com/irere123/reall
Communication tool
https://github.com/irere123/reall
docker elixir nextjs postgresql turborepo typescript
Last synced: 3 months ago
JSON representation
Communication tool
- Host: GitHub
- URL: https://github.com/irere123/reall
- Owner: Irere123
- License: mit
- Created: 2022-12-29T17:24:14.000Z (over 3 years ago)
- Default Branch: prod
- Last Pushed: 2023-11-01T07:44:43.000Z (over 2 years ago)
- Last Synced: 2025-08-28T14:46:30.577Z (10 months ago)
- Topics: docker, elixir, nextjs, postgresql, turborepo, typescript
- Language: TypeScript
- Homepage: https://bereall.netlify.app/
- Size: 664 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Taking communication to the moon 🚀
## What's inside?
| Codebase | Description |
| :------------------- | :----------------: |
| [api](api) | Elixir API |
| [apps/web](apps/web) | Next.js frontend |
| [packages](packages) | Workspace packages |
## Branches
- dev -> dev stuff happening on this branch
- prod -> don't touch, this is what's running in prod
### Apps and Packages
- `web`: another [Next.js](https://nextjs.org/) app
- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepo
Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
## Contributions
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.
### 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:
```
yarn run build
```
### Develop
To develop all apps and packages, run the following command:
```
yarn run dev
```