Skip to content

Irere123/reall

Repository files navigation

Taking communication to the moon 🚀

What's inside?

Codebase Description
api Elixir API
apps/web Next.js frontend
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 app
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

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:

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