https://github.com/qainguin/amperage
The definitive web IDE for VEX V5 & PROS.
https://github.com/qainguin/amperage
cpp ide pros vex-robotics vex-v5 vexcode web-serial
Last synced: 20 days ago
JSON representation
The definitive web IDE for VEX V5 & PROS.
- Host: GitHub
- URL: https://github.com/qainguin/amperage
- Owner: Qainguin
- Created: 2025-09-19T01:37:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-25T16:31:43.000Z (9 months ago)
- Last Synced: 2025-09-25T16:36:23.660Z (9 months ago)
- Topics: cpp, ide, pros, vex-robotics, vex-v5, vexcode, web-serial
- Language: JavaScript
- Homepage: https://amperage.dev
- Size: 845 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amperage
The definitive web IDE for VEX V5 & PROS.
## Dependencies
- [@sveltejs/kit](https://www.npmjs.com/package/@sveltejs/kit)
- [@isomorphic-git/lightning-fs](https://www.npmjs.com/package/@isomorphic-git/lightning-fs)
- [@lucide/svelte](https://www.npmjs.com/package/@lucide/svelte)
- [buffer](https://www.npmjs.com/package/buffer)
- [fflate](https://www.npmjs.com/package/fflate)
- [isomorphic-git](https://www.npmjs.com/package/isomorphic-git)
- [svelte-monaco](https://www.npmjs.com/package/svelte-monaco)
- [monaco-themes](https://www.npmjs.com/package/monaco-themes)
- [nanoid](https://www.npmjs.com/package/nanoid)
- [paneforge](https://www.npmjs.com/package/paneforge)
## Developing
Once you've created a project and installed dependencies with `bun install`, start a development server:
```sh
# Run the web app server
bun run dev
# Run the compilation server
bun run dev:server
```
## Building
To create a production version of your app:
```sh
bun run build
```
You can preview the production build with `bun run preview`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.