PUT PROJECT SPECIFIC ITEMS DETAILS HERE
- The Brim project follows the GNOME Code of Conduct. See
CODE_OF_CONDUCT.mdfor more information.
Make sure flatpak and git are installed, then run the following to build from the repo:
# Clone this repo and enter it
git clone https://github.com/flattool/brim.git
cd brim
# Initialize submodules
git submodule update --init --recursive
# Install build dependencies
flatpak install org.flatpak.Builder org.gnome.Sdk//49 org.gnome.Platform//49 org.freedesktop.Sdk.Extension.typescript//25.08 org.freedesktop.Sdk.Extension.node22//25.08 -y
# Build, install, and run
./run.shBrim uses ESLint plugins for code formatting. An NPM package file is provided for easy installation.
- Install using
npm installin the project root directory