❗ Currently, RebornOS FIRE can only run on RebornOS or if you have RebornOS repositories included in your pacman.conf
- Node.JS, you can use the one from Arch Linux repositories or use a node version manager like NVM to get Node.JS
- NPM, PNPM or Yarn, Yarn is preferred over NPM and PNPM because the project itself uses Yarn
- NPM is available in Arch Linux repositories
- Yarn is available in Arch Linux repositories, it can be also installed via NPM (
npm i -g yarn
) or PNPM (pnpm i -g yarn
) - PNPM can be installed via NPM (
npm i -g pnpm
) or Yarn (yarn global add pnpm
)
- Clone this repository:
git clone --depth=1 https://github.com/RebornOS-Team/fire
- Change directory to the root of the project:
cd fire
- Install dependencies for both, the renderer and the main process
- Run
yarn install
ornpm install
orpnpm install
in the root directory - Run
yarn install
ornpm install
orpnpm install
in the renderer directory (cd renderer
)
- Run
- Run
yarn build:dist
ornpm build:dist
orpnpm build:dist
to start build process, this will also callmakepkg
for installation
/tmp/makepkg
for building and can use a lot of memory, I suggest you to edit makepkg.conf
in the project's root directory (line 15, BUILDDIR
option)
FIRE can be configured on per-user basis using the configuration file at: $HOME/.config/rebornos-fire/fire.config.yaml
This file is documented at: /usr/share/doc/rebornos-fire/fire.config.yaml