Skip to content

Latest commit

 

History

History
98 lines (62 loc) · 1.95 KB

README.md

File metadata and controls

98 lines (62 loc) · 1.95 KB

// temporary how to add languages:

use ISO 639-1 code names

create YOUR-LANG-CODE.json file in messages/

add YOUR-LANG-CODE to src/configs/locales.json

add YOUR-LANG-CODE to src/types/Locale.type.ts

⬇️ Self-Hosting

Note

I will provide the terminal commands only for bun, but you can use any other Node.js package manager.

Requirements

Expand list
  • Node.js
  • Any Node.js-compatible package manager, like bun
  • Git is recommended (to clone the repository)

Local - Windows

Expand steps

test

Local - Linux

Expand steps

First, you need to clone this repository and open it:

git clone https://github.com/FreesmTeam/website-freesmlauncher
cd website-freesmlauncher

Second, install all dependencies with the following command:

bun i

After that you can start the project either in development mode:

bun dev

or in production mode:

bun run build
bun start

Local - Android (Termux)

Expand steps

test

Vercel

Expand steps

Just click the button. You need to register first!

Vercel

💬 Contact