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
@@ -40,7 +54,7 @@ Once everything is installed, build the typescript code:
40
54
```bash
41
55
yarn build
42
56
```
43
-
**NOTE: typescript is not listed as a dependency in package.json. It should be installed globally on your computer, if not, you can install it globally or in the cloned repository.**
57
+
44
58
45
59
And **you're done**! Now run:
46
60
```bash
@@ -75,7 +89,6 @@ Once everything is installed, build the typescript code:
75
89
```bash
76
90
yarn build
77
91
```
78
-
**NOTE: typescript is not listed as a dependency in package.json. It should be installed globally on your computer, if not, you can install it globally or in the cloned repository.**
79
92
80
93
Now, you have to run the project from the command line before packaging, just run:
81
94
@@ -87,7 +100,7 @@ When you do that, the public folder (where all resources for views are) will be
87
100
88
101
> If something goes wrong, you can copy the folder manually. Just copy **./src/public/** to **./build/**
89
102
90
-
Once this is done and the browser's window is now open, you can close the browser and finally package the app:
103
+
Once this is done and the browser's window is open, you can close the browser and finally package the app:
91
104
92
105
For Windows:
93
106
```bash
@@ -107,10 +120,10 @@ yarn pack-mac
107
120
When that's finished, you should see a folder named **dist**, inside of it you can find executable.
108
121
109
122
## Contributing setup
110
-
Sorry, this setup is not documented yet and neither is the project's code. You can follow the [development setup](#development-setup), just make sure to follow these rules:
123
+
> **<!>** Currently the project's code is not so well documented as I'd like. I'll be working on documenting everything better so contributors can more easily understand what the code is doing. If you'd like to contribute, I'm glad having your help on this project, just know that it may be a little confusing for now.
111
124
112
-
-**USE** Yarn
113
-
- Make sure to exclude any file that shouldn't be uploaded to github.
125
+
<!-- TODO: Create the contributing file -->
126
+
Before you can get to contributing, please read the `contributing` file.
114
127
115
128
# License
116
129
<arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br /><spanxmlns:dct="http://purl.org/dc/terms/"property="dct:title">Random Browser</span> by <spanxmlns:cc="http://creativecommons.org/ns#"property="cc:attributionName">YisusGaming</span> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
0 commit comments