This is the repository for the openui5.org website of the OpenUI5 framework. We welcome contributions to our website. If you have a proposal you want to share with us, follow the instructions below.
You only need to follow the installation instructions below if you want to contribute something.
You need to have the following tools installed:
- Fork this repository.
- Clone the forked repository to your local machine.
- Set up the upstream repository to retrieve updates from the original repository to the fork:
- Run
git remote add upstream [email protected]:SAP/openui5-website.git
.
- Run
- Install project dependencies. In the project folder:
- Run
npm install
- Run
- Start the web server:
- Run
npm start
- Run
- Open
http://localhost:3030
.
- Make sure the
master
branch of your fork is up to date. On themaster
branch:- Run
git pull upstream master
- Run
- Create a new branch from the latest
master
:- Run
git checkout -b the-feature-name
.
- Run
- Make your changes, and save your files.
- Commit and push your changes to the forked repository:
- To commit, run
git add -A && git commit -m "Meaningful commit message"
- To push, run
git push
- To commit, run
Create a pull request from the feature branch of the forked repository to the master branch of the original repository. For more information, take a look at the GitHub instructions.
There are no known major issues at the moment.
To report a bug on the website, please use the GitHub issue tracker. For other questions you can reach us in #openui5_website
channel of the OpenUI5 Community Slack.
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.