The core of the project. Written in JS with no dependencies.
It is possible to add Palathea Core to any of your projects following the required steps:
First of all, it is necessary to add Palathea organization to your .npmrc repository config. You can do this by adding the following line to the existing file:
@palathea:registry=https://npm.pkg.github.comAfter adding this organization to the .npmrc file, execute the following command:
npm install @palathea/core