From 764940c1542ca5c504d85c1dc01813558e09fe82 Mon Sep 17 00:00:00 2001 From: Poe Date: Wed, 12 Jun 2019 14:40:40 +0200 Subject: [PATCH] Add readme --- .bsb.lock | 1 - README.md | 5 +++-- src/App.re | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .bsb.lock diff --git a/.bsb.lock b/.bsb.lock deleted file mode 100644 index 70f009d..0000000 --- a/.bsb.lock +++ /dev/null @@ -1 +0,0 @@ -12816 \ No newline at end of file diff --git a/README.md b/README.md index 14bb9de..13e5c50 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# ReasonReact Simon Game +# Vader Clicker -The [Simon Game]() made using [ReasonReact](https://reasonml.github.io/reason-react/). +`npm install` +`npm start` diff --git a/src/App.re b/src/App.re index ccadc8e..9b2cef2 100644 --- a/src/App.re +++ b/src/App.re @@ -23,7 +23,7 @@ type action = let component = ReasonReact.reducerComponent("App"); -let make = _children => { +let make = _ => { ...component, initialState: () => { points: 0,