From 0af8339b0031e3e0a8d1dd550c683feaf29367cf Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Tue, 26 Sep 2017 18:41:19 +0200 Subject: [PATCH] Changed readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0805514..5e26e44 100644 --- a/readme.md +++ b/readme.md @@ -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. \ No newline at end of file +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/`. \ No newline at end of file