Florrie 1046044677 Make symlinks relative, not absolute | před 6 roky | |
---|---|---|
core | před 6 roky | |
.editorconfig | před 6 roky | |
.gitignore | před 6 roky | |
antipath | před 6 roky | |
config.example.json | před 6 roky | |
license.txt | před 6 roky | |
package-lock.json | před 6 roky | |
package.json | před 6 roky | |
readme.md | před 6 roky |
A Discord-based MUD. Requires Node.js.
Start by cloning the repository (aka downloading it, and automagically setting up so it's easy for you to make and share contributions). Enter this in a terminal:
$ git clone https://notabug.org/alex/antipath.git path/to/antipath
You will need to set up config before the program works. Copy config.example.json
to config.json
, then edit it, filling in database access info and other miscellaneous information.
Once your config is set up (or you want to test it), follow these steps in your terminal:
$ cd path/to/antipath
$ npm install # The first time you run, to get Node.js dependencies
$ npm install --no-save nedb # Or mongodb, which requires extra setup
$ node . # This is what you do to actually run the program