An open API service indexing awesome lists of open source software.

https://github.com/openwebgal/webgal_homepage

the offical WebGAL homepage
https://github.com/openwebgal/webgal_homepage

Last synced: about 1 year ago
JSON representation

the offical WebGAL homepage

Awesome Lists containing this project

README

          

# WebGAL Homepage

[WebGAL Homepage](https://openwebgal.com)

## How to run

``` shell
npm i && npm run dev
```

## Improve or add translations

To improve a translation, open the `/locales/` folder and modify the corresponding json file.
To add translations, modify `/i18n.ts` and add the corresponding json file in the `/locales/` folder, open `/app/page.tsx` and change the Script with id redirect.

## Add a showcase game

Open `/data/games.ts` and add game.

## add sponsors

Open `/data/sponsors.ts` and edit it.

## Update contributiors

Run `node update-contributors.js`.