Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vecerek/why-effect
https://github.com/vecerek/why-effect
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vecerek/why-effect
- Owner: vecerek
- Created: 2024-03-05T18:16:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T12:55:59.000Z (8 months ago)
- Last Synced: 2024-11-30T07:13:11.087Z (25 days ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Why Effect?
## Getting started
Make sure your Node version is 20+ and corepack is enabled
```sh
node -v
# v20.12.0
corepack enable
```Install dependencies
```sh
pnpm install
```TypeScript compile with watchmode
```sh
pnpm watch
```To run the examples:
```sh
pnpm tsx path/to/example.ts
```To run the tests (must be compiled first):
```sh
pnpm test dist/path/to/example.test.js
```