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
Frontend is built using React and the AdminLTE CSS framework. See app/dist/ for AdminLTE included files and license.
108
112
109
113
The root of the UI application is served at app/index.html. Run the npm build script and the Go application during development to get live rebuilding of the UI code.
@@ -112,15 +116,13 @@ All necessary CSS and Javascript files are included for running the UI.
112
116
113
117
Transpiled bundle.js application is output to app/bundle.js, 'npm run build' script starts webpack to build the React application for development.
@@ -147,7 +149,7 @@ go get github.com/gorilla/websocket
147
149
go get github.com/majormjr/rcon
148
150
```
149
151
150
-
3. Now you will want to go into the src folder for example "C:\FS\factorio-server-manager\src" once there hold down left shift and right click an empty area of the folder. Then click "Open command windows here"
152
+
3. Now you will want to go into the src folder for example "C:\FS\factorio-server-manager\src" once there hold down left shift and right click an empty area of the folder. Then click "Open command windows here"
151
153
4. Type this into the command prompt then hit enter:
0 commit comments