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 !
Go to the Release page
To get a local copy up and running follow these simple steps.
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.
-
Clone the repo
git clone https://github.com/Didiloy/GameClock.git
-
Navigate to the directory named GameClock
cd GameClock
-
Install NPM packages
npm install
-
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. -
Launch the developpement server
npm run dev
Distributed under the GPLv3 License.
- 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