We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d905350 commit e285251Copy full SHA for e285251
README.md
@@ -8,6 +8,20 @@ Website for reason-react-native
8
9
Read the [contribution guidelines](https://github.com/reason-react-native/.github/blob/master/CONTRIBUTING.md) before contributing.
10
11
+
12
+## Required to run
13
14
+- install [nodejs](https://nodejs.org/en/)
15
+- install [yarn](https://yarnpkg.com/)
16
17
18
+## How to run site
19
20
+- install dependencies using yarn `yarn`
21
+- run build with this command `yarn build`
22
+- run server to test with this command `yarn start`
23
24
25
## Code of Conduct
26
27
We want this community to be friendly and respectful to each other. Please read
0 commit comments