Files
lettersoup-online/002_source/cms/README.md
louiscklaw 3bb0b898fa build ok,
2025-04-14 09:36:54 +08:00

27 lines
706 B
Markdown

# 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
<!-- - `_del`: place to store delete files, no need for project -->
- `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