Gemini is a card game dashboard aimed to eventually support score tracking for a wide variety of card games.
List of currently supported games:
- Kali ki Begum
Use the package manager npm to install the required backend dependencies. The frontend is generated using Angular CLI version 7.3.7. So, it can be built using the ng build command or the npm install command. Go to the project root and execute the following sequence of commands.
cd game-dashboard-backend
npm install
cd ../game-dashboard-frontend
ng build
- Windows - Run the start.bat file present in the root directory of the project from a command prompt window.
start.bat
- Linux - Run the start.sh script present in the root directory of the project from a terminal window.
./start.sh
- Mac OS X/macOS -
To be added (Should be fairly similar to the one for linux)
Pull requests are welcome. Please create a separate branch for any changes that you wish to make and once done, raise a pull and merge request against the master branch.
To be added