Mention how to create a static export

This commit is contained in:
Manav Rathi 2024-02-13 09:53:58 +05:30
parent 39034474ba
commit 80b31ebe3b

9
Development.md Normal file
View file

@ -0,0 +1,9 @@
## Notes for Developers
### Local production builds
```sh
yarn export:photos
cd apps/
python3 -m http.server
```