Skip to content

Heroic-Games-Launcher/heroic-website

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2024
Apr 21, 2022
Feb 12, 2024
Oct 16, 2024
Oct 16, 2024
Feb 7, 2023
Oct 16, 2024
Apr 26, 2022
Mar 26, 2022
Oct 16, 2024
Apr 21, 2022
Oct 16, 2024
Oct 16, 2024
Apr 3, 2022
Oct 16, 2024
Jun 4, 2022
Apr 21, 2022
Oct 16, 2024

Repository files navigation

This is a the Heroic Games Launcher Website repository

How to contribute

Setting up a development environment:

  1. Make sure Git, NodeJS, and Yarn are installed
  2. Clone the repo and enter the cloned folder, for example with the following commands:
git clone https://github.com/Heroic-Games-Launcher/heroic-website.git
cd heroic-website

To run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.