Skip to content

Deploying

bearcattt edited this page Nov 2, 2024 · 9 revisions

Before we start…

  1. Make sure to install node.js v20+
  2. Install Git
  3. (Recommended) install vs code
  4. Install pnpm npm i -g pnpm

How to deploy

Click here to fork lunar

Hosting with Ternimal

In ternimal run the following

cd https://github.com/Lunar-proxy/Lunar
pnpm install
pnpm run build
pnpm start

This will start Lunar up on localhost:8080 (else you changed the port)

  1. Go to your browser and type in localhost:8080

Hosting

Coming soon

More Guides

For more guides, Join our community discord, https://discord.gg/fuPtWjYuf8.

Clone this wiki locally