From 796afba4f582a536a176fa71ca51a9fb17839297 Mon Sep 17 00:00:00 2001 From: shoofle Date: Thu, 12 Dec 2024 15:13:25 -0500 Subject: [PATCH] minor changes --- client/public/manifest.json | 2 +- client/vite.config.mts | 1 - readme.md | 7 +++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/public/manifest.json b/client/public/manifest.json index 323035c5..d6bbb07c 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "The Forest", - "name": "The Forest Wiki / MUDd", + "name": "The Forest Wiki / MUD", "icons": [ { "src": "favicon.ico", diff --git a/client/vite.config.mts b/client/vite.config.mts index fd58a320..4a228f09 100644 --- a/client/vite.config.mts +++ b/client/vite.config.mts @@ -2,7 +2,6 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import viteTsconfigPaths from 'vite-tsconfig-paths' - export default defineConfig({ // depending on your application, base can also be "/" base: '/', diff --git a/readme.md b/readme.md index dc0af996..020db0b1 100644 --- a/readme.md +++ b/readme.md @@ -9,8 +9,11 @@ I think `npm start` in each directory should run the app # build log -- `brew install sqld-beta` +- install `nvm` and then node 20.18.0 i think +- cast `npm install` in each directory - 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 \ No newline at end of file +- 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 +- also need `nvm` for running. +- \ No newline at end of file