✒️ A set of components for creating landing pages with onyxia-ui ✒️
Gitlanding is an extension for onyxia-ui that features a set of component for creating landing pages.
Example of gitlanding landing page:
- https://www.sspcloud.fr
- https://www.onyxia.sh
- https://www.keycloakify.dev
- https://www.tss-react.dev
- https://www.i18nifty.dev
desktop.mp4
phone.mp4
Try the demo project:
git clone https://github.com/garrone/gitlanding-demo
cd gitlanding-demo
yarn
yarn dev
Note
This project is an extension of onyxia-ui the
gitlanding components needs be inside the <OnyxiaUI>
provider.
Besides the required dependencies of onyxia-ui you only need to install gitlanding
.
To link your local copy of gitlanding in the demo project:
cd ~/github
git clone https://github.com/thieryw/gitlanding
git clone https://github.com/garronej/gitlanding-demo
cd gitlanding
yarn link-in-demo
In another terminal:
cd ~/github/gitlanding-demo
yarn dev