Skip to content

Commit 9fe7be1

Browse files
Merge pull request #41 from aspeddro/add-install-step
Add link to main README with installation instruction
2 parents 0db1e65 + a222ac2 commit 9fe7be1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

templates/rescript-template-basic/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ReScript Project Template
22

3+
- [Installation](../../README.md)
4+
35
The only official ReScript starter template.
46

57
## Installation

templates/rescript-template-nextjs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# ReScript / NextJS Starter
22

3+
- [Installation](../../README.md)
4+
35
This is a NextJS based template with following setup:
46

5-
- Full Tailwind v2 config & basic css scaffold (+ production setup w/ purge-css & cssnano)
7+
- Full Tailwind v3 config & basic css scaffold (+ production setup w/ purge-css & cssnano)
68
- [ReScript](https://rescript-lang.org) + React
79
- Some ReScript Bindings for Next to get you started
810
- Preconfigured Dependencies: `@rescript/react`

templates/rescript-template-vite/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ReScript / Vite Starter Template
22

3+
- [Installation](../../README.md)
4+
35
This is a Vite-based template with following setup:
46

57
- [ReScript](https://rescript-lang.org) 11.0 with @rescript/react and JSX 4 automatic mode

0 commit comments

Comments
 (0)