Skip to content

A open source toolkit for creating event sourced applications using javascript/typescript.

License

Notifications You must be signed in to change notification settings

valkyrjs/valkyr

Repository files navigation

Valkyr

Valkyr SDK. A collection of TypeScript + JavaScript tools and libraries to build full stack software applications.

Pre-Requisites

This project uses PNPM to manage dependencies.

$ npm i -g pnpm

Setup

Install and build dependencies across all project folders:

$ pnpm install

Testing

We use jest for testing, just run the following command from root:

$ pnpm test