8000 GitHub - entailapp/frontend_public
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

entailapp/frontend_public

Repository files navigation

apps and libs

prerequisite collection

You will need to download and install the following software:

You should be able to execute these installed apps from from any working directory.

how to start development

After you have installed the prerequisite software:

  • Execute pnpm i from the root directory.
  • Execute yarn install from the client-mobile directory.

We recommend that you use the nx CLI to execute the npm scripts inside the various apps and libs.

Git workflow

We follow the Atlassian Git workflow. Additionally, your branch names should match the regex in the post-checkout Git hook, e.g. hotfix/enny/ENNY-101-update-readme

pull requests

Your pull request is more likely to be approved if:

  • it summerises the changes in a short list.
  • every change is in scope.
  • the solution to the issue is easily reproducible.

code reviews

Please be courtious towards your fellow front-end developers and follow best practices. 🦅 🐺

code standards

We use the Google TypeScript Style Guide with almost all of the styling rules being automatically enforced.

component styles

  • We recommend usage of the className prop over the styles prop.
  • We recommend usage of Tailwind classes over custom written CSS classes.
    • If you really need a custom written CSS class, consider writing it as a Tailwind utility.

UI designs

We use the free Iconic icon library in our applications.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0