-
Clone the repo
$ git clone https://github.com/francislagares/game-hub.git
-
Navigate inside root directory
cd game-hub
-
Install the dependencies by running the following command.
yarn install
-
Start the development server:
yarn dev
Open http://localhost:5173 with your browser to see the result.
-
Create and run a container
$ docker compose up -d
Open http://localhost:8080 with your browser to see the result.
-
Stopping app container
$ docker compose stop
-
Remove app container
$ docker compose down
Created by @francislagares - feel free to contact me! *