Skip to content

✒️ React components for creating landingpages

License

Notifications You must be signed in to change notification settings

b-street/gitlanding

 
 

Repository files navigation

✒️ Showcase your open source project with a good-looking webpage ✒️

Home - Components - Documentation

Gitlanding helps you create a beautiful landing page for your GitHub projects in three simple steps:

Don't worry, you will be guided every step of the way with specific instruction for MacOS, Widows and GNU/Linux.
Setting up a GitLanding page is also a great practical introduction to GitHub Actions and GitHub page.

Motivation

There is no shortage of website generators that enable the creation of decent-looking landing pages. The problem, however, is that if your project grows you will eventually need to incorporate features like internationalisation, routing, and other functionalities that your website generator mat not be able to accommodate.

The approach of gitlanding is to provide a library of customisable React component designed to be fitting budding blocks for a landing page.
This way your little landing page is a react project capable of growing into a more mature project if need be.

You can have both a landing page (e.g.: www.your-project.dev) and a documentation website (e.g.: docs.your-project.dev).
For creating documentation website GitBook is better fit than Gitlanding. GitBook is free for open source projects (you just need to issue a request).

Showcase

Websites using gitlanding.

desktop.mp4
phone.mp4

🚀 Quick start

Heads over to the documentation website 📙!

kickstart_video

Dev

NOTE: These are the commands for contributing. If you just want to start using GitLanding it's here

git clone https://github.com/thieryw/gitlanding && cd gitlanding
yarn install
yarn build
# To start the test project
yarn start_vanilla

Edit the file in src/test/vanilla/src/index.tsx to experiments with the components.

About

✒️ React components for creating landingpages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 1.2%
  • HTML 1.0%