Please use yarn npm i -g yarn
for dependencies. Npm is really terrible for CI/CD.
To start developing, you need to run two commands simulatenously.
cd server
yarn install # only once
yarn run start
cd frontend
yarn install # only once
yarn run start
They will both incrementally watch for file changes. The metaverse should now be available at http://localhost:3000
docker build -t tivolicloud/metaverse:base -f Dockerfile.base .
./build.sh
docker build -t tivolicloud/metaverse:latest -f Dockerfile .
Fill out docker-compose.yml
Environment variables can be found in server/src/environment.ts