Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
/ metaverse Public archive

Most of my pride is here. I put a lot of love into this.

Notifications You must be signed in to change notification settings

tivolicloud/metaverse

Repository files navigation

metaverse


pipeline status coverage report

Develop

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

Deploy

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

About

Most of my pride is here. I put a lot of love into this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published