kana-bbs/README.md
2022-01-30 13:34:10 +08:00

311 B

kana-bbs

kana 开发者社区, 使用 Nuxt3 构建

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build
yarn start