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
- Host: GitHub
- URL: https://github.com/openwebgal/webgal_homepage
- Owner: OpenWebGAL
- License: mit
- Created: 2022-01-04T01:37:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T16:02:57.000Z (about 2 years ago)
- Last Synced: 2024-04-28T03:38:05.701Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://openwebgal.com
- Size: 40.9 MB
- Stars: 0
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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`.