kontext-app / common

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kontext common

This is the repository for all commonly shared JS code of the kontext project.

Get started

Prerequisites

  • node@^14
  • yarn@^1.22

Install dependencies

yarn

Set env variables

Copy the distributed .env file to a new .env.local file and set the environmental variables there.

Publish schemas and definitions

To publish the JSON schemas in schemas run

yarn idx:publish

This will publish them to the configured ceramic node and update the doc ids.

Tests

yarn test

About


Languages

Language:TypeScript 98.9%Language:JavaScript 1.0%Language:Shell 0.1%