This is a the Heroic Games Launcher Website repository
Setting up a development environment:
- Make sure Git, NodeJS, and Yarn are installed
- 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.