Create README.md

This commit is contained in:
Exodus 4D
2015-08-26 21:45:13 +02:00
parent 8625a7d22b
commit 1b73de8d49

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# pathfinder
EVE Online - Pathfinder
```
|-- (0755) app
|-- app
|-- lib
|-- main
|-- (0755) build_js
|-- (0755) js
|-- (0777) logs
|-- (0755) public
|-- (0777) tmp
|-- (0755) .htaccess
|-- (0755) index.php
|-- app.js
|-- db.js
|-- directoryList.md
|-- index.html
|-- mddir.js
|-- routing.js
|-- server.js
|-- _api
|-- api.groups.js
|-- api.posts.js
|-- api.users.js
|-- api.widgets.js
|-- _components
```