# README ## Develop ### Technical Stack tools included and configured: - [TypeScript][typescript] [5.7][typescript-5-7] - [Prettier][prettier] to enforce consistent code style - [EditorConfig][editorconfig] for consistent coding style - [nextjs] ### Directory structure - `src`: source code of the project - `public`: source code of the project, managed by nextjs - `scripts`: utilities script --- [typescript]: https://www.typescriptlang.org/ [typescript-5-7]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/ [prettier]: https://prettier.io [editorconfig]: https://editorconfig.org