npm i
npm run dev
npm run checkLicenses
npm run runProd
. This is only to test if AOT is working and should never be used in a production environment.npm run build
. Files will be stored under /dist.npm run test
See https://github.com/apache/fineract-cn-docker-compose for running all the Fineract-CN services from Docker.
The version numbers follow the Semantic Versioning scheme.
In addition to MAJOR.MINOR.PATCH the following postfixes are used to indicate the development state.
The versioning layout is {MAJOR}.{MINOR}.{PATCH}-{INDICATOR}[.{PATCH}]. Only milestones and release candidates can have patch versions. Some examples:
1.2.3-snapshot
1.3.5-m.1
1.5.7-rc.2
2.0.0-ga
See CONTRIBUTING file.
See LICENSE file.