Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 489 Bytes

README.zh-CN.md

File metadata and controls

31 lines (20 loc) · 489 Bytes

my-midway-project

前端简易页面见项目https://github.com/hp1998318/langchain_chat.git

快速入门

如需进一步了解,参见 midway 文档

本地开发

$ npm i
$ npm run dev
$ open http://localhost:7001/

部署

$ npm start
$ npm stop

内置指令

  • 使用 npm run lint 来做代码风格检查。
  • 使用 npm test 来执行单元测试。