Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karimdaghari committed Oct 30, 2023
1 parent 9d94a98 commit 696eb1b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

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`: For now a template only for Next.js.
- [`react-auth-amplify`](/packages/react-auth-amplify/README.md): A package that provides authentication support for React.js (and Next.js) applications using AWS Amplify.
- [`tsconfig`](/packages/tsconfig/README.md): Two TypeScript configuration files, one for Node.js backend development and another for Next.js frontend development.
- [`eslint`](/packages/eslint/README.md): 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.

0 comments on commit 696eb1b

Please sign in to comment.