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

https://github.com/andostronaut/gelda-site

The official website and documentation for Gelda.
https://github.com/andostronaut/gelda-site

ai gelda helpdesk helpdesk-ticketing support

Last synced: 6 months ago
JSON representation

The official website and documentation for Gelda.

Awesome Lists containing this project

README

          

# Gelda site

The official website for Gelda.

The project uses Pnpm and Nextra. To develop it locally, clone this repository and run the following command to start the local dev server:

```sh
pnpm install
```

```sh
pnpm dev
```

And visit [localhost:3000](localhost:3000) to preview your changes.

## Contributing

When making a change, or creating a new page, please make sure to edit all language files. You can simply copy the content of the edited English document (or the edited paragraph) and apply it to other language files. And then, volunteers are welcome to help with any untranslated sections.

## Contributors

- Main contributor is Ando ([@andostronaut](https://github.com/andostronaut))