updated readme

This commit is contained in:
majormjr 2016-04-19 22:00:40 -04:00
parent 20436234b6
commit 34bcd07912
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
Factorio Server Manager
#Factorio Server Manager
A tool for managing both local and remote Factorio servers.
![Factorio Server Manager Screenshot](http://i.imgur.com/EbRM03Z.png "Factorio Server Manager")
Backend is built as a REST api via the Go application. It also acts as the webserver to serve the front end react application
All api actions are accessible with the /api route.

View File

@ -7,7 +7,7 @@
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="dist/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./dist/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->