effect-introduction

Setup:

direnv allow

To install dependencies:

bun install

To run an example:

bun ./01-simple

To run the test:

bun test

This project was created using bun init in bun v1.1.2. Bun is a fast all-in-one JavaScript runtime.