Changed readme

This commit is contained in:
2017-09-26 18:41:19 +02:00
parent 3239f38023
commit 0af8339b00
+3 -1
View File
@@ -2,4 +2,6 @@
This is the UI component for the project aiming to replace the forum's function for announcements, stories, OoC postings and other things that don't mesh with the Wiki's directed-graph structure.
The `ui/` directory has the content used, while the HTML documents are for previewing the UI elements and for template creation. I have chosen to go for a traditional website rather than a Single-Page Application to keep things simple.
The `ui/` directory will be served by `aitestory`, while the HTML documents are for previewing the UI elements and for template creation. I have chosen to go for a traditional website rather than a Single-Page Application to keep things simple.
You need a web server to preview the UI with the test pages. I'll make a cross-platform way of previewing the UI locally while proxying the requests to the backend for anything that doesn't start with `/ui/`.