an experiment in putting together a wiki and an object-oriented mud.
Go to file
2024-09-25 10:51:05 -04:00
client making changes towards login. gitignore the db finally 2024-09-25 10:51:05 -04:00
db making changes towards login. gitignore the db finally 2024-09-25 10:51:05 -04:00
server making changes towards login. gitignore the db finally 2024-09-25 10:51:05 -04:00
.gitignore making changes towards login. gitignore the db finally 2024-09-25 10:51:05 -04:00
readme.md switch to using nginx reverse proxy 2024-09-24 22:51:40 -04:00
the-forest.nginx.conf switch to using nginx reverse proxy 2024-09-24 22:51:40 -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

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