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)¶
- Fork the repository at https://github.com/parcoil/lunaar-lite
- Go to your forked repository on GitHub.
- Navigate to Settings > Pages.
- Select the branch (
main) and the folder (/for root). - Your site will be available at
https://<username>.github.io/lunaar-liteafter 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¶
- Fork the Repo https://github.com/parcoil/lunaar-lite
- Sign up for a Netlify account.
- Connect the Repository you just forked.
- Netlify will build and deploy automatically.
- Get a custom domain if desired.
Vercel¶
- Fork the Repo https://github.com/parcoil/lunaar-lite
- Create a Vercel account.
- Connect the Repository you just forked.
- Vercel handles deployment automatically.
- Supports custom domains and preview deployments.
GitLab Pages¶
- Fork the repository at https://github.com/parcoil/lunaar-lite
- Create a new project on GitLab.
- Import your forked repository from GitHub into the GitLab project (GitLab > New project > Import project > GitHub).
- In your GitLab project, go to Settings > Pages.
- Ensure Pages is enabled; it should automatically deploy static sites.
- Your site will be available at
https://<username>.gitlab.io/<project-name>.
Cloudflare Pages¶
- Fork the repository at https://github.com/parcoil/lunaar-lite
- Sign up or log in to Cloudflare Pages.
- Click "Create a project" and connect your GitHub account.
- Select your forked repository from the list.
- Configure build settings if needed (for static sites, defaults usually work).
- Click "Save and Deploy".
- Your site will be available at a Cloudflare Pages URL, with fast global CDN included.
Render¶
- Fork the repository at https://github.com/parcoil/lunaar-lite and use your forked repo
- Create a free account.
- Choose "Static Site" and connect your Git repo
- Deploy with one click.
Other Options¶
- Surge: A simple hosting service. Install Surge CLI and run
surgein your project folder.