Jump to content

NodeWorldOfText: Difference between revisions

Dat Hack3r (talk | contribs)
m Hosting an NWOT: Fixed SyntaxHighlighting errors by switching to HTML syntax.
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[https://github.com/system2k/nodeworldoftext NodeWorldOfText] is the open source version of [[OWOT]], which anyone can view, download, and contribute to by opening issues and pull requests. It allows users to host their own instance of Our World of Text called an '''NWOT'''.
[https://github.com/system2k/nodeworldoftext NodeWorldOfText] is the open source version of [[OWOT]], which anyone can view, download, and [[Contributing|contribute]] to by opening issues and pull requests. It allows users to [[Running from source|host their own instance]] of Our World of Text called an '''NWOT'''.


== Hosting an NWOT ==
== Hosting an NWOT ==
Line 10: Line 10:


=== Quickstart ===
=== Quickstart ===
<ul>
<ol>
   <li>Clone the OWOT repository
   <li>Clone the OWOT repository
     <ul><li><syntaxhighlight lang="bash" inline>git clone https://github.com/system2k/nodeworldoftext.git nwot</syntaxhighlight></li></ul>
     <ul><li><syntaxhighlight lang="bash" inline>git clone https://github.com/system2k/nodeworldoftext.git nwot</syntaxhighlight></li></ul>
Line 38: Line 38:
     <ul><li><code>http://localhost:8080</code></li></ul>
     <ul><li><code>http://localhost:8080</code></li></ul>
   </li>
   </li>
</ul>
</ol>


=== Common issues ===
=== Common issues ===
Line 46: Line 46:


== Currently active NWOTs ==
== Currently active NWOTs ==
There are currently no active NWOTs. See below.
 
* My World of Text
** URL: https://web.myworldoftext.com/


== Inactive or discontinued NWOTs ==
== Inactive or discontinued NWOTs ==
Line 68: Line 70:


[[Category:Articles nominated by Guest-1052]]
[[Category:Articles nominated by Guest-1052]]
[[Category:Documentation]]