gameguild-gg / website

6 stars 1 forks source link

Game Guild Platform

Game Guild is a game dev community. We aim to revolutionize the way game developers collaborate, learn, and monetize their creations. Our platform will provide a space for developers to showcase their games, connect with other creators, and access resources for skill development. Users can discover new games, playtest them, and support their favorite developers through in-game purchases or donations.

Setup

  1. Install Docker;
  2. install Node.js. I am using version 18, probably other versions will work as well;
  3. Start the database with the command line on the root of the repo docker-compose up -d adminer;
  4. Ask a teammate the .env files;
  5. run npm install on the root of the repo to install the dependencies;
  6. run npm run start:both on the root of the repo to start both front and back-end;