Skip to content

OpenWebGAL/WebGAL_HomePage

Repository files navigation

WebGAL Homepage

WebGAL Homepage

How to run

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.