Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.02 KB

README.adoc

File metadata and controls

32 lines (22 loc) · 1.02 KB

Untangled for Om Next

Untangled is a library stacked on Om Next that provides much of what is needed to use that library (client parser, networking, server elements, a database format, clear constructs for data loading). The intention is to provide you with most of the experience of Om Next with very little of the pain.

See GettingStarted.adoc to get going.

Once you’ve got the general idea, there’s more info in the developers guide, which is an interactive guide where you edit the code as you go. To use the developers guide, clone this repository and run:

./run-devguide.sh

and follow the instructions.

There are a number of demos that show how particular common things are done with Untangled. To view them use the run-demos.sh shell script at the top of this project and follow the instructions it gives.