Skip to content

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

Notifications You must be signed in to change notification settings

vegaslon/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