mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
16 lines
126 B
Markdown
16 lines
126 B
Markdown
|
# umi project
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
Install dependencies,
|
||
|
|
||
|
```bash
|
||
|
$ yarn
|
||
|
```
|
||
|
|
||
|
Start the dev server,
|
||
|
|
||
|
```bash
|
||
|
$ yarn start
|
||
|
```
|