From 62bb28ca9d7dede7593e7300035193c76e9bcaa4 Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Mon, 10 Nov 2025 10:27:59 -0500 Subject: [PATCH] Added readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bd3480 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# MuneBase Swerve Sim + +A browser-based simulator for Swerve Drive robots. + +Live demo: https://swerve-vis.munebase.dev + + +You can host the project locally with a simple static server and open it in your browser: + +- Python 3 (built-in): + + python3 -m http.server 8000 + + Then open: http://localhost:8000 + +- Node.js (with npx): + + npx http-server -c-1 . + +Open `index.html` from the project root in your browser if your editor provides a static preview. + +Notes + +- Third-party scripts are in the `vendor/` directory. + +License + +This repository is provided as-is.