⚡
LightningRails
  • 👋Welcome
  • Access the Repo
  • Getting Started
    • 🚀Quickstart
    • 🎨Themes
    • 🖼️Customize the views
    • 🔮DaisyUI Library
    • ⚡Lightning Landing
      • Quickstart
      • Theme and branding
      • Page structure
      • Publish your landing page
  • Features setup
    • 📸Images & media
    • 🔐Admin Dashboard
    • Search Engine Optimization
    • 📧Automatic Emails
      • 🟨Postmark
      • 🔲Resend
    • 🚪Login with Devise
    • 🪄Magic Link Signup
    • 💳Stripe Payment Gateway
    • Github Signup
    • Lucide icons
    • 🤖Multi-provider AI
    • Open AI API
  • UI Components
    • 🦸Heros
    • ❔FAQs
    • 🃏cards
    • 💬Testimonials
    • 👋Call To Actions
    • 🔦Features
  • Deploying to production
    • ⬆️Heroku Deploy
    • 🛡️Security
      • 🎛️Rate Limiting
  • RESOURCES
    • 🚀Vote for new features
    • Report an issue
    • 🆘Get help on Slack
    • 🍭Design Resources
      • Maria Ba Illustrations
      • Assets Mockup Generator
      • Logo Generator
      • Tailwind Cheatsheet
      • HyperUI Tailwind Library
Powered by GitBook
On this page
  • Step 1: Get access to the repository
  • Step 1: Clone the Repository
  • Step 2: Remove and change the remote
  • Optional: Create a Get Waitlist account

Was this helpful?

  1. Getting Started
  2. Lightning Landing

Quickstart

How to get started with Landing Lightning

PreviousLightning LandingNextTheme and branding

Last updated 5 months ago

Was this helpful?

Step 1: Get access to the repository

Create a Lightning Rails account on the offical website. As the account is created with Github Oauth, you will receive an automatic invitation to .

After accepting the Github Invite, Follow these steps to quickly set up your new portfolio/landing page using the Lightning Landing boilerplate.

Step 1: Clone the Repository

gh repo clone LightningRails/lightning-landing mysupercoolpage

If you are getting ERROR: Repository not found. fatal: Could not read from remote repository.

Make sure that you have accepted the Github Invitation on your email after creating the account License. Or that the github account in your terminal is the same you signed up with.

This creates a clone of the lightning landing repo, which is great! But we only want the source code, not the GitHub origin or all your code would be pushed to the source repo 🫣

Let's fix it by removing the Origin and creating a new one...

Step 2: Remove and change the remote

After cloning the repository, navigate to the project directory:

cd mysupercoolpage

First, let's remove the source code remote in your terminal:

git remote remove origin

Then we will create a new repository in our GitHub account and assign the current directory as source.

 gh repo create --public --source=.

Commit and push your first commit

ga .
gc -m "First commit"
git push origin master
gh repo view -w

Start your server in your terminal:

serve

Et Voila! You officially have the Lightning Landing template on your own GitHub account. Now let's look at how fast we can build a static landing page.

Optional: Create a Get Waitlist account

If you wish to gather emails to validate your next SaaS business, you can create a get waitlist account and add the button in your Landing Page CTA's

First, clone the to your local machine. Open your terminal and run:

⚡
Lightning Landing repository
Lightning Landing Repo
The Ruby on Rails boilerplate for solopreneurs - Lightning Rails
Create an account here.
https://getwaitlist.com/
Logo
Logo