kana-bbs/README.md

29 lines
311 B
Markdown
Raw Permalink Normal View History

2022-01-30 04:24:46 +08:00
# kana-bbs
2022-01-30 13:34:10 +08:00
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
```