Skip to content

Lunaar Lite

Lunaar Lite is the newest and Recommended way to deploy your own lunaar and the easiest to deploy.

Hosting a Static HTML Site

Lunaar Lite generates static HTML sites that can be hosted on various platforms. Here are some popular methods:

GitHub Pages (Best Method)

  1. Fork the repository at https://github.com/parcoil/lunaar-lite
  2. Go to your forked repository on GitHub.
  3. Navigate to Settings > Pages.
  4. Select the branch (main) and the folder (/ for root).
  5. Your site will be available at https://<username>.github.io/lunaar-lite after 1 - 10 mins.

Warning

Regularly press the sync button on your forked repo to ensure the games keep working and to get the latest updates.

Netlify

  1. Fork the Repo https://github.com/parcoil/lunaar-lite
  2. Sign up for a Netlify account.
  3. Connect the Repository you just forked.
  4. Netlify will build and deploy automatically.
  5. Get a custom domain if desired.

Vercel

  1. Fork the Repo https://github.com/parcoil/lunaar-lite
  2. Create a Vercel account.
  3. Connect the Repository you just forked.
  4. Vercel handles deployment automatically.
  5. Supports custom domains and preview deployments.

GitLab Pages

  1. Fork the repository at https://github.com/parcoil/lunaar-lite
  2. Create a new project on GitLab.
  3. Import your forked repository from GitHub into the GitLab project (GitLab > New project > Import project > GitHub).
  4. In your GitLab project, go to Settings > Pages.
  5. Ensure Pages is enabled; it should automatically deploy static sites.
  6. Your site will be available at https://<username>.gitlab.io/<project-name>.

Cloudflare Pages

  1. Fork the repository at https://github.com/parcoil/lunaar-lite
  2. Sign up or log in to Cloudflare Pages.
  3. Click "Create a project" and connect your GitHub account.
  4. Select your forked repository from the list.
  5. Configure build settings if needed (for static sites, defaults usually work).
  6. Click "Save and Deploy".
  7. Your site will be available at a Cloudflare Pages URL, with fast global CDN included.

Render

  1. Fork the repository at https://github.com/parcoil/lunaar-lite and use your forked repo
  2. Create a free account.
  3. Choose "Static Site" and connect your Git repo
  4. Deploy with one click.

Other Options

  • Surge: A simple hosting service. Install Surge CLI and run surge in your project folder.