docs: add getting started guide

This commit is contained in:
Himadri Bhattacharjee
2025-07-26 13:44:48 +05:30
parent 7b0a524ec3
commit 2200dab75a

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Aperture
## Getting started
Install platformio and run the following in the project directory.
``` sh
pio run --target upload
pio run --target uploadfs
```