Skip to content

Conflux-Chain/helios

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7476b2e · Jan 23, 2025
Dec 27, 2024
Mar 3, 2021
Aug 21, 2024
Jan 23, 2025
Sep 29, 2021
Oct 11, 2024
Jan 23, 2025
Feb 10, 2022
Dec 25, 2024
Jul 11, 2022
Jun 21, 2022
Aug 13, 2024
Nov 11, 2022
Aug 13, 2024
Feb 24, 2021
Jan 5, 2022
Feb 24, 2021
Feb 24, 2021
Sep 3, 2021
Oct 16, 2021
Nov 8, 2022
Sep 29, 2021
Jan 18, 2022
Sep 3, 2021
Dec 29, 2021
Aug 22, 2024
Sep 20, 2024
Apr 8, 2021
May 13, 2022
Apr 8, 2021
Jul 1, 2022
Sep 18, 2024
Feb 23, 2022
Aug 16, 2024
Jan 23, 2025
Apr 19, 2022
Aug 6, 2024
Aug 22, 2024
Aug 22, 2024
Dec 26, 2024

Repository files navigation

NodeJS CI codecov

Fluent Browser Extension

Fluent supports Chrome, Firefox and Edge. You can install in:

Setup Environment

  1. Install Node.js You can install Node.js from here. We use the current LTS version.

  2. Install clojure

    1. Install java

      Macos

      brew install --cask temurin@21

      Ubuntu

      sudo apt install openjdk-21-jdk
    2. Install Clojure

      Macos

       brew install clojure/tools/clojure

      Ubuntu, Ensure that the following dependencies are installed: bash, curl, rlwrap, and Java.

      curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
      chmod +x linux-install.sh
      sudo ./linux-install.sh

      About more install information you can find in here:https://clojure.org/guides/install_clojure#_linux_instructions

    3. Run yarn install to install the dependencies

    yarn install

Development

Build the development version you can run:

  • For Chrome: yarn dev:chrome

  • For Firefox: yarn dev:firefox

  • For Edge: yarn dev:edge

This will watch and build the extension in the dist/firefox , dist/chrome and dist/edge folder.

Production

Build the production version you can run:

  • For Chrome: yarn build:chrome

  • For Firefox: yarn build:firefox

  • For Edge: yarn build:edge

This will build the extension in the dist/firefox , dist/chrome and dist/edge folder.