Corteza JS
The corteza-js
package provides the common logic that should be accessible by any web or Node.js application.
The most common use cases for the corteza-js
package include type definitions and the generated API client code.
Refer to the Corteza Core Repositories for details regarding the release process. |
Development setup
Fork the corteza-js
repository
Core contributors should skip this part. |
-
go to the https://github.com/cortezaproject/corteza-js repository
-
click on the Fork button in the top right corner and follow the instructions on the screen.
Clone the repository
Using the CLI:
-
open the CLI
-
navigate to your working folder
-
run the
git clone git@github.com:$YOUR_USERNAME_HERE/corteza-js.git
command
Refer to the repository if you wish to use an alternative method. |