@@ -589,30 +589,28 @@ module CuratedResources = {
589
589
<div className = "text-gray-40" > {React .string ("NextJS" )} </div >
590
590
</>,
591
591
descr : "Get started with our NextJS starter template." ,
592
- href : "https://github.com/ryyppy/ rescript-nextjs -template" ,
592
+ href : "https://github.com/rescript-lang/create- rescript-app/blob/master/templates/rescript -template-nextjs/README.md " ,
593
593
},
594
- /*
595
594
{
596
595
imgSrc : "/static/vitejs_starter_logo.svg" ,
597
596
title : <>
598
597
<div > {React .string ("ReScript & " )} </div >
599
598
<div style = {ReactDOM .Style .make (~color = "#6571FB" , ())}> {React .string ("ViteJS" )} </div >
600
599
</>,
601
600
descr : "Get started with ViteJS and ReScript." ,
602
- href: "/ ",
601
+ href : "https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-vite/README.md " ,
603
602
},
604
- {
605
- imgSrc: "/static/nodejs_starter_logo.svg",
606
- title: <>
607
- <div> {React.string("ReScript & ")} </div>
608
- <div className="text-gray-40" style={ReactDOM.Style.make(~color="#699D65", ())}>
609
- {React.string("NodeJS")}
610
- </div>
611
- </>,
612
- descr: "Get started with ReScript targeting the Node platform.",
613
- href: "/",
614
- },
615
- */
603
+ // {
604
+ // imgSrc: "/static/nodejs_starter_logo.svg",
605
+ // title: <>
606
+ // <div> {React.string("ReScript & ")} </div>
607
+ // <div className="text-gray-40" style={ReactDOM.Style.make(~color="#699D65", ())}>
608
+ // {React.string("NodeJS")}
609
+ // </div>
610
+ // </>,
611
+ // descr: "Get started with ReScript targeting the Node platform.",
612
+ // href: "/",
613
+ // },
616
614
]
617
615
618
616
@react.component
0 commit comments