0.8.3 • Published 7 months ago
@palathea/core v0.8.3
Palathea Core
The core of the project. Written in JS with no dependencies.
Installation
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