Skip to content

Commit

Permalink
getting-started: add link to book (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored Feb 27, 2024
1 parent adebe36 commit 84dceeb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Getting started

Get up and running with Melange in no time! Below you will find the two main
ways to get started with Melange:
If you would like to learn OCaml and Melange from scratch, we recommend you to
read ["Melange for React Devs"](https://react-book.melange.re/). This book will
give you an overview of the OCaml language, as well as showcase some of the
mechanisms that Melange offers to interact with JavaScript code. You’ll build a
few projects along the way, and by the end, you’ll have a solid grasp of the
language.

Alternatively, if you want to start your project, below you will find the two
main ways to get started with Melange:
1. Automated, using
[create-melange-app](https://github.com/dmmulroy/create-melange-app)
2. Manually, using
Expand Down

0 comments on commit 84dceeb

Please sign in to comment.