minor changes

This commit is contained in:
Shoofle 2024-12-12 15:13:25 -05:00
parent c1477a1d69
commit 796afba4f5
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"short_name": "The Forest",
"name": "The Forest Wiki / MUDd",
"name": "The Forest Wiki / MUD",
"icons": [
{
"src": "favicon.ico",

View File

@ -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: '/',

View File

@ -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
- 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.
-