mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 15:39:24 +08:00
16 lines
143 B
Markdown
Executable File
16 lines
143 B
Markdown
Executable File
# NocoBase Application
|
|
|
|
## Getting Started
|
|
|
|
Install dependencies,
|
|
|
|
```bash
|
|
$ yarn install
|
|
```
|
|
|
|
Start the dev server,
|
|
|
|
```bash
|
|
$ yarn start
|
|
```
|