From 8fa82fa1c690537d0c86d2e08e956a3164b29a9d Mon Sep 17 00:00:00 2001 From: Enieber Cunha <7907068+enieber@users.noreply.github.com> Date: Mon, 20 Apr 2020 06:15:15 -0300 Subject: [PATCH 1/2] feat: add how to run site --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b748a7e..2a61fc7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,21 @@ Website for reason-react-native Read the [contribution guidelines](https://github.com/reason-react-native/.github/blob/master/CONTRIBUTING.md) before contributing. + +## Required to run + +- install [nodejs](https://nodejs.org/en/) +- install [yarn](https://yarnpkg.com/) +- install [bsb](https://bucklescript.github.io/) + + +## How to run site + +- install dependencies using yarn `yarn` +- run build with this command `yarn build` +- run server to test with this command `yarn start` + + ## Code of Conduct We want this community to be friendly and respectful to each other. Please read From b4add5a9b8c7f50dcf3a2cf1debfee68e458dbf5 Mon Sep 17 00:00:00 2001 From: Max Thirouin Date: Tue, 9 Jun 2020 10:19:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2a61fc7..ff9bc10 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Read the [contribution guidelines](https://github.com/reason-react-native/.githu - install [nodejs](https://nodejs.org/en/) - install [yarn](https://yarnpkg.com/) -- install [bsb](https://bucklescript.github.io/) ## How to run site