rename directories

This commit is contained in:
2025-07-14 17:02:31 +08:00
parent 742c8f5931
commit 0c8d6cbd06
21 changed files with 523 additions and 0 deletions

8
js-hono/README.md Normal file
View File

@ -0,0 +1,8 @@
# Instructions
Start the API server using the following command:
```
npm install
npm run dev
```