Browse Source

Changed readme

master
Gisle Aune 7 years ago
parent
commit
0af8339b00
  1. 4
      readme.md

4
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.
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/`.
Loading…
Cancel
Save