27 lines
706 B
Markdown
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
|