mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:35:28 +00:00
f9c4fb9df0
* feat: add hasMany field for action logs * fix: add scope to log field * test: add cases * test: remove console.log * test: add expects * refactor: use constants for hook types * fix: missing pageInfo Co-authored-by: chenos <chenlinxh@gmail.com> |
||
---|---|---|
.. | ||
mock | ||
src | ||
.editorconfig | ||
.env.example | ||
.fatherrc.ts | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.umirc.ts | ||
nodemon.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
typings.d.ts |
NocoBase Application
Getting Started
Install dependencies,
$ yarn install
Start the dev server,
$ yarn start