Skip to content

TomikeDS/TeamVerse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Play. Engage. Win

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.8%
  • JavaScript 17.9%
  • CSS 7.3%