Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 1.17 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.17 KB

Internal Tools

Welcome to our internal tools monorepo! This repository includes tools that will help accelerate the development of both old and new projects. Below is a list of the tools included in this monorepo:

  • react-auth-amplify: A package that provides authentication support for React.js (and Next.js) applications using AWS Amplify.
  • tsconfig: Two TypeScript configuration files, one for Node.js backend development and another for Next.js frontend development.
  • eslint-config: For now a template only for Next.js.

We hope that these tools will help streamline your development process, make it easier to build high-quality applications and focus on what matters! Happy coding!

Contributing

To contribute to the monorepo, please create a PR with your changes. The PR will be reviewed by the team and merged if approved. If you have any questions, please reach out to the team on Slack.

Dev workflow

  1. Create a PR, and make sure to bump the package version
  2. Review/Merge the PR
  3. Voilà! The action will take care of publishing your packages to npm.