Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroic-games-launcher/heroic-website
Heroic Games Launcher Website
https://github.com/heroic-games-launcher/heroic-website
games heroic launcher nextjs
Last synced: about 2 months ago
JSON representation
Heroic Games Launcher Website
- Host: GitHub
- URL: https://github.com/heroic-games-launcher/heroic-website
- Owner: Heroic-Games-Launcher
- Created: 2021-11-07T09:15:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:28:34.000Z (3 months ago)
- Last Synced: 2024-10-18T04:44:59.368Z (3 months ago)
- Topics: games, heroic, launcher, nextjs
- Language: TypeScript
- Homepage: https://heroicgameslauncher.com
- Size: 28.3 MB
- Stars: 13
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:```bash
git clone https://github.com/Heroic-Games-Launcher/heroic-website.git
cd heroic-website
```To run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.