From acfeb2ee01f87c2fddbc86e4153797dbe8c2c1cb Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 22:37:00 +0200 Subject: [PATCH] Update readme.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d76da5bb..19df8b3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## *PATHFINDER* Mapping tool for *EVE ONLINE* +url: https://www.pathfinder.exodus4d.de ## Directory structure (production) ``` @@ -22,11 +23,15 @@ Mapping tool for *EVE ONLINE* |-- app.js --> require.js config (!required for production!) |-- (0777) logs --> log files |-- ... + | -- node_modules --> node.js modules (not used for production ) + |-- ... |-- (0755) public --> frontend source |-- css --> CSS build folder (minified) |-- fonts --> Web/Icon fonts |-- img --> images |-- templates --> templates + |-- sass --> SCSS source (not used for production ) + |-- ... |-- (0777) tmp --> cache folder |-- ... |-- (0755) .htaccess --> reroute/caching rules