# kana-bbs
kana 开发者社区, 使用 Nuxt3 构建
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
yarn dev
## Production
Build the application for production:
yarn build
yarn start