an experiment in putting together a wiki and an object-oriented mud.
Go to file
2024-12-03 10:31:50 -05:00
client fixing up live display and mobile, making custom swipe drawer 2024-12-03 10:31:50 -05:00
server fixing up live display and mobile, making custom swipe drawer 2024-12-03 10:31:50 -05:00
.gitignore verb seek complete 2024-10-10 22:54:22 -04:00
readme.md dynamic display is in 2024-10-26 15:40:10 -04:00
the-forest.nginx.conf starting to put together sockets and two-way communication 2024-10-08 23:24:48 -04:00

What is happening why would a loving god create such a thing

I think npm start in each directory should run the app

Environoment variables!

  • SESSION_DATA_PASSWORD for encrypting session cookies
  • USER_CREATION_PASSWORD to set the extra password required for account creation
  • GHOST_CHARACTER_OBJECT for the object to represent logged out viewers.

build log

  • brew install sqld-beta
  • to run cast npm start in each directory
  • node initialize_db.js node populate_db.js
  • npm install should install all dependencies
  • also you need nginx. brew install nginx and then ln -s the-forest.nginx.conf /usr/local/etc/nginx/servers/the-forest.nginx.conf or wherever it needs to go