an experiment in putting together a wiki and an object-oriented mud.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Shoofle 12f1283e4e mocking out some interpreter functions 6 days ago
client mocking out some interpreter functions 6 days ago
server mocking out some interpreter functions 6 days ago
.gitignore making changes towards login. gitignore the db finally 3 weeks ago
readme.md switch to using nginx reverse proxy 3 weeks ago
the-forest.nginx.conf starting to put together sockets and two-way communication 1 week ago

readme.md

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

I think npm start in each directory should run the app

build log

  • brew tap libsql/sqld
  • 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