You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

545 B

Installation

  1. Make sure NodeJS and pnpm are installed.

  2. Clone meshtastic/js into some other folder.

  3. Build it by running the following commands in there:

     pnpm install
     pnpm build
    
  4. Switch to this directory and run:

     pnpm link <dir of meshtastic/js>
     pnpm install
    
  5. Start the server by running

     pnpm dev
    
  6. The website can then be found at http://localhost:5173/