mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:56:00 +00:00
16 lines
143 B
Markdown
16 lines
143 B
Markdown
|
# NocoBase Application
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
Install dependencies,
|
||
|
|
||
|
```bash
|
||
|
$ yarn install
|
||
|
```
|
||
|
|
||
|
Start the dev server,
|
||
|
|
||
|
```bash
|
||
|
$ yarn start
|
||
|
```
|