Skip to content

Didiloy/GameClock

Repository files navigation

latest-release repo-size License


Logo

GameClock

Track your Game time with your friends !

About The Project

GameClock is an Electron application with Vue and Firebase that allow you to track your game time with anyone that has access to your database !

Capture home Capture home 2 Capture home 2

(back to top)

Built With

(back to top)

Download

Go to the Release page

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Have node installed.

Create a SteamGridDB API Key – To use the SteamGridDB API, you’ll need an API key. You can get it by signing up at SteamGridDB.

Installation

  1. Clone the repo

    git clone https://github.com/Didiloy/GameClock.git
  2. Navigate to the directory named GameClock

    cd GameClock
  3. Install NPM packages

    npm install
  4. Configure Environment Variables

    Create a .env file in the root of your project and add the following :

    You can also copy the .env.example file.

    VITE_STEAMGRIDDB_API_KEY=YOUR_KEY

    Make sure to replace YOUR_KEY with the actual API key you received from SteamGridDB.

  5. Launch the developpement server

    npm run dev

(back to top)

License

Distributed under the GPLv3 License.

(back to top)

Thanks

  • Léa for the support and the suggestions
  • Sébastien for all the help and the ideas
  • all the users for the feedbacks and the ideas