minor changes
This commit is contained in:
parent
c1477a1d69
commit
796afba4f5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "The Forest",
|
"short_name": "The Forest",
|
||||||
"name": "The Forest Wiki / MUDd",
|
"name": "The Forest Wiki / MUD",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
@ -2,7 +2,6 @@ import { defineConfig } from 'vite'
|
|||||||
import react from '@vitejs/plugin-react'
|
import react from '@vitejs/plugin-react'
|
||||||
import viteTsconfigPaths from 'vite-tsconfig-paths'
|
import viteTsconfigPaths from 'vite-tsconfig-paths'
|
||||||
|
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
// depending on your application, base can also be "/"
|
// depending on your application, base can also be "/"
|
||||||
base: '/',
|
base: '/',
|
||||||
|
@ -9,8 +9,11 @@ I think `npm start` in each directory should run the app
|
|||||||
|
|
||||||
# build log
|
# 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
|
- to run cast `npm start` in each directory
|
||||||
- `node initialize_db.js` `node populate_db.js`
|
- `node initialize_db.js` `node populate_db.js`
|
||||||
- `npm install` should install all dependencies
|
- `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.
|
||||||
|
-
|
Loading…
Reference in New Issue
Block a user