https://github.com/eclipse-che/che-website
Official Eclipse Che Website
https://github.com/eclipse-che/che-website
Last synced: 8 months ago
JSON representation
Official Eclipse Che Website
- Host: GitHub
- URL: https://github.com/eclipse-che/che-website
- Owner: eclipse-che
- License: epl-2.0
- Created: 2019-06-20T19:43:58.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-28T13:40:22.000Z (10 months ago)
- Last Synced: 2025-08-28T16:32:49.255Z (10 months ago)
- Language: Svelte
- Homepage: https://www.eclipse.org/che
- Size: 42.9 MB
- Stars: 7
- Watchers: 28
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://workspaces.openshift.com#https://github.com/eclipse-che/che-website)
# Eclipse Che Website
https://www.eclipse.org/che website mirror
## Contribute with the devfile
Use the factory url https://workspaces.openshift.com#https://github.com/eclipse/che-website
This factory will start Che and clone the repo che-website.
You can start to preview the website after installing all dependencies (launch task 1) and start development mode (launch task 2).
### Commit
You can commit with the Git view or the terminal (with the git container). Create a dedicated branch and a fork if you are not committer.
In any case, you will need to create a Pull Request.
Note that before your contribution can be accepted by the project, you need to electronically sign the [Eclipse Contributor Agreement](https://github.com/eclipse/che/wiki/Eclipse-Contributor-Agreement) (ECA).
Also, your commit should be signed-off.
For instance, in command line with the `-s` option:
```
$ git commit -s -m "Auto share multiple projects in single job"
```
### Updating the website
Once your PR is merged, the pipeline in [che-website-publish](https://github.com/eclipse-che/che-website-publish) project will run to publish your changes. It may take some time
### Che documentation ?
The Che documentation is not included. We merge the site and the doc afterwards in our ci. To contribute to the doc: https://github.com/eclipse-che/che-docs