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.
 
 
Malte Grimm 5c23711f04 Error handling 3 years ago
.github/workflows Update CI & Configs 4 years ago
.trunk Start moduleConfig & general import cleanup 4 years ago
.vscode Export config 3 years ago
public Flashing works now 3 years ago
src Error handling 3 years ago
types Remove unused code. 4 years ago
.gitignore Multiple theme support & fixes 4 years ago
LICENSE Create LICENSE 5 years ago
README.md Change readme 3 years ago
eslint.config.js Quick cleanup 4 years ago
index.html Quick cleanup 4 years ago
package.json Custom firmware upload 3 years ago
pnpm-lock.yaml Custom firmware upload 3 years ago
postcss.config.cjs WIP updates 4 years ago
tailwind.config.cjs Overhaul (#83) 3 years ago
tsconfig.json Fix errors, mute deprecation warning 3 years ago
vercel.json Update CI & Configs 4 years ago
vite.config.ts Fix CORS issues by making the local server act as a proxy 3 years ago

README.md

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/