mirror of https://github.com/nocodb/nocodb
Naveen MR
2 years ago
17 changed files with 67 additions and 16923 deletions
@ -0,0 +1,25 @@ |
|||||||
|
--- |
||||||
|
title: "Development setup" |
||||||
|
description: "How to setup your development environment" |
||||||
|
position: 3200 |
||||||
|
category: "Engineering" |
||||||
|
menuTitle: "Development setup" |
||||||
|
--- |
||||||
|
|
||||||
|
We use ``Lerna`` to manage multi-packages. We have the following [packages](https://github.com/nocodb/nocodb/tree/master/packages). |
||||||
|
|
||||||
|
- ``packages/nc-cli`` : A CLI to create NocoDB app. |
||||||
|
|
||||||
|
- ``packages/nocodb-sdk``: API client sdk of nocodb. |
||||||
|
|
||||||
|
- ``packages/nc-gui``: NocoDB Frontend. |
||||||
|
|
||||||
|
- ``packages/nc-lib-gui``: The build version of ``nc-gui`` which will be used in ``packages/nocodb``. |
||||||
|
|
||||||
|
- ``packages/nc-plugin``: Plugin template. |
||||||
|
|
||||||
|
- ``packages/noco-blog``: NocoDB Blog which will be auto-released to [nocodb/noco-blog](https://github.com/nocodb/noco-blog). |
||||||
|
|
||||||
|
- ``packages/noco-docs``: NocoDB Documentation which will be auto-released to [nocodb/noco-docs](https://github.com/nocodb/noco-docs). |
||||||
|
|
||||||
|
- ``packages/nocodb``: NocoDB Backend, hosted in [NPM](https://www.npmjs.com/package/nocodb). |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue