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.
- Host: GitHub
- URL: https://github.com/valkyrjs/valkyr-deprecated-
- Owner: valkyrjs
- License: mit
- Created: 2022-01-03T13:04:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T05:25:06.000Z (over 1 year ago)
- Last Synced: 2025-05-06T14:16:11.916Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://valkyrjs.com
- Size: 4.46 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```