Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieryw/gitlanding
✒️ React components for creating landingpages
https://github.com/thieryw/gitlanding
github-pages landing-page react storybook typescript
Last synced: 4 days ago
JSON representation
✒️ React components for creating landingpages
- Host: GitHub
- URL: https://github.com/thieryw/gitlanding
- Owner: thieryw
- License: mit
- Created: 2021-05-04T16:53:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T06:46:51.000Z (about 1 month ago)
- Last Synced: 2025-01-11T08:06:09.018Z (11 days ago)
- Topics: github-pages, landing-page, react, storybook, typescript
- Language: TypeScript
- Homepage: https://www.gitlanding.dev
- Size: 22.5 MB
- Stars: 261
- Watchers: 2
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
✒️ A set of components for creating landing pages with onyxia-ui ✒️
Gitlanding is an extension for [onyxia-ui](https://github.com/InseeFrLab/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.devhttps://user-images.githubusercontent.com/6702424/148715912-64485db0-ae26-474f-a6ce-b9a142a419e0.mp4
https://user-images.githubusercontent.com/6702424/148716227-4a699c07-ba17-4860-b4bb-9feeed8b7662.mp4
# 🚀 Quick start
Try the demo project:
```bash
git clone https://github.com/garrone/gitlanding-demo
cd gitlanding-demo
yarn
yarn dev
```> [!NOTE]
> This project is an extension of [onyxia-ui](https://github.com/InseeFrLab/onyxia-ui) the
> gitlanding components needs be inside the `` provider.
> Besides the required dependencies of onyxia-ui you only need to install `gitlanding`.# Contributing
To link your local copy of gitlanding in the demo project:
```bash
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:
```bash
cd ~/github/gitlanding-demo
yarn dev
```