Skip to content

Commit ef5bfe3

Browse files
Mention how to add ReScript to an existing project in Readme (#37)
* Mention how to add ReScript to an existing project in Readme * Update README.md Co-authored-by: Christoph Knittel <christoph@knittel.cc> --------- Co-authored-by: Christoph Knittel <christoph@knittel.cc>
1 parent ef4d156 commit ef5bfe3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ or
2323
```sh
2424
bun create rescript-app
2525
```
26+
27+
## Add to existing project
28+
29+
If you have an existing JavaScript project containing a `package.json`, you can execute one of the above commands directly in your project's directory to add ReScript to your project.

0 commit comments

Comments
 (0)