This is the repository for all commonly shared JS code of the kontext project.
- node@^14
- yarn@^1.22
yarnCopy the distributed .env file to a new .env.local file and set the environmental variables there.
To publish the JSON schemas in schemas run
yarn idx:publishThis will publish them to the configured ceramic node and update the doc ids.
yarn test