Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.43 KB

File metadata and controls

74 lines (48 loc) · 1.43 KB

TeamVerse

TeamVerse is a gamified team-bonding platform designed for teams to connect, collaborate, and build stronger relationships. Through interactive activities like icebreakers, trivia battles, escape room challenges, and virtual coffee chats, team members engage in a fun and immersive environment. Whether onboarding new employees or strengthening existing teams, TeamVerse transforms team-building into an exciting digital adventure.

Development Setup

git clone https://github.com/zintarh/TeamVerse.git
cd TeamVerse

Build and Run TeamVerse

Frontend

# Navigate to the client directory
cd client

# Install dependencies
npm install

# Run
npm run dev

Backend

# Navigate to the backend directory
cd api

# Install dependencies
yarn install

# Load environment variables
cp sample.env .env

# Build app
yarn build

# Create local database
node create:db-local 

# Run
yarn start:dev

Contracts

# Navigate to the ochain directory
cd contracts

# Run & Install dependencies
scarb  build

License

This project is licensed under the MIT License. See License for more information

Contributing

For more info and guidance on contributing, join the contributors Telegram group: https://t.me/+CirNKP39tNBiYmY0