Git Product home page Git Product logo

fire's Introduction

RebornOS FIRE

❗ Currently, RebornOS FIRE can only run on RebornOS or if you have RebornOS repositories included in your pacman.conf

How to build

Requirements

  • 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)

Building

  • 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 or npm install or pnpm install in the root directory
    • Run yarn install or npm install or pnpm install in the renderer directory (cd renderer)
  • Run yarn build:dist or npm build:dist or pnpm build:dist to start build process, this will also call makepkg for installation

⚠️ This will use /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)

Configuration

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

fire's People

Contributors

dependabot[bot] avatar soulharsh007 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.