Skip to content

Commit

Permalink
refactor readme (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jun 28, 2023
1 parent 716efb3 commit ced0701
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
## Welcome to Effect [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/Effect-TS/effect)
# Effect

Effect is an ecosystem of libraries to write highly productive, purely functional TypeScript at scale.
Welcome to Effect, a powerful TypeScript framework that provides a fully-fledged functional effect system with a rich standard library.

## Intro Talk

[![Introduction to Effect](https://img.youtube.com/vi/zrNr3JVUc8I/maxresdefault.jpg)](https://youtu.be/zrNr3JVUc8I)
## Documentation

## Install
For detailed information and usage examples, please visit the [Effect website](https://www.effect.website/).

```sh
pnpm install effect
```
## Intro Talk

## TSConfig
Watch our introduction to Effect on YouTube:

It's important to make sure 'strict' is enabled.
[![Introduction to Effect](https://img.youtube.com/vi/zrNr3JVUc8I/maxresdefault.jpg)](https://youtu.be/zrNr3JVUc8I)

## Documentation
## Get in touch

Coming soon.
Join our community on Discord: https://discord.gg/hdt7t7jpvn

## Get in touch
## API Reference

Join us using discord at: [https://discord.gg/hdt7t7jpvn](https://discord.gg/hdt7t7jpvn)
For detailed information on the Effect API, please refer to our [API Reference](https://effect-ts.github.io/effect/).

0 comments on commit ced0701

Please sign in to comment.