this is a sword framework example
npm install @sword-code-practice/sword-framework-example``js`
// 或者你可以使用yarn/pnpm
npm i
``
npm run dev
``
npm run build
after build success, you can run server:
``
npm run server
```
docker build -t sword/app .