From 4ecbd79238e25acfb7497000ccb4370eb8b413e6 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Thu, 4 Dec 2025 14:41:02 -0800 Subject: [PATCH] feat: add README.md with project overview, features, community links, and contribution guidelines --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b7a536 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Mesh Forge + +Build custom Meshtastic firmware right from your browser. No downloads, no toolchains—everything runs in the cloud. + +## Features + +- **Zero Install** - Everything runs in your browser +- **Custom Firmware** - Build bespoke Meshtastic firmware tailored to your exact needs +- **Community Extensions** - Include community modules and extensions beyond core Meshtastic +- **Share & Remix** - Publish your build profiles and let others remix your configs +- **Cloud Builds** - Compile in the cloud, flash directly to your device + +## Community + +Join our Discord community: [https://discord.gg/8KgJpvjfaJ](https://discord.gg/8KgJpvjfaJ) + +## Contributing to Mesh Forge + +```bash +# Install dependencies +bun install + +# Run development server +bun run dev + +# Build for production +bun run build + +# Lint code +bun run lint +``` + +## License + +[Add your license here] +