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

29 lines
311 B
Markdown

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