You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,24 @@ DeadHash is a free and open-source utility to calculate file and text hashes. Th
19
19
20
20
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and built using [Electron](https://electronjs.org/).
21
21
22
+
## Building
23
+
24
+
In order to produce binary distributable files or to start a development build, you must first issue the following command,
25
+
in order to ensure that the React build is up-to-date:
26
+
```
27
+
yarn react-build
28
+
```
29
+
30
+
After running `yarn react-build`, you can issue the following command in order to produce the binary distributable files:
31
+
```
32
+
yarn build
33
+
```
34
+
35
+
If you want to start the development version, you can issue the following command, after running `yarn react-build`:
36
+
```
37
+
yarn start
38
+
```
39
+
22
40
## Learn More
23
41
24
42
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
0 commit comments