All Projects → 4ian → Gdevelop Website

4ian / Gdevelop Website

Licence: mit
Website for GDevelop, the open source game creator requiring no coding skills

Programming Languages

javascript
184084 projects - #8 most used programming language

GDevelop website

This is the repository for the new website for GDevelop, the open source game creator requiring no programming skills.

Any contribution, design or wording enhancements is welcome! Open issues if you having anything to say or, even better, submit a pull request. You can also discuss with the community on GDevelop forums.

If you want to translate the website to your language, just go on the Crowdin translation project!

Development

Ensure you have Node.js installed (v12 or more recent is recommended). The website is based on Gatsby.js.

Translations are stored into i18n directory, in plain JSON files.

Installation

Clone the repository and install dependencies:

npm install # or "yarn"

Workflow

For development with changes watch and hot reloading, run:

npm run develop # or "yarn develop"

Updating translations

  • Update i18n/catalog.json by running npm run extract-translations.
  • The catalog.json should then be uploaded to the the Crowdin translation project by the project administrator.
  • To update the translations, build the project on the Crowdin page, download the archive and replace .json files in locale directory by the ones contained in the archive.

Deployment

Deployment is done by Netlify after any commit on master.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

GDevelop is under the MIT license: check out the GDevelop repository for more information on how to contribute to the software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].