An open API service indexing awesome lists of open source software.

https://github.com/valkyrjs/valkyr-deprecated-

A open source toolkit for creating event sourced applications using javascript/typescript.
https://github.com/valkyrjs/valkyr-deprecated-

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        





# 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.

```shell
$ npm i -g pnpm
```

### Setup

Install and build dependencies across all project folders:

```sh
$ pnpm install
```

### Testing

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

```ts
$ pnpm test
```