Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thelastoutpostworkshop/esp32partitionbuilder
ESP32 Partitions Web Application
https://github.com/thelastoutpostworkshop/esp32partitionbuilder
esp32 partition partitioner partitioning partitions
Last synced: about 2 months ago
JSON representation
ESP32 Partitions Web Application
- Host: GitHub
- URL: https://github.com/thelastoutpostworkshop/esp32partitionbuilder
- Owner: thelastoutpostworkshop
- License: mit
- Created: 2024-06-15T10:47:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T10:52:59.000Z (6 months ago)
- Last Synced: 2024-10-11T13:35:42.260Z (3 months ago)
- Topics: esp32, partition, partitioner, partitioning, partitions
- Language: Vue
- Homepage: https://youtu.be/EuHxodrye6E
- Size: 282 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Partition Builder Web Application
The web application is [here](https://thelastoutpostworkshop.github.io/microcontroller_devkit/esp32partitionbuilder/).
## Youtube Tutorial
[](https://youtu.be/EuHxodrye6E)## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Contributors
Contributors are welcomed! If you want to submit pull requests, [here is how you can do it](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```