Mention how to create a static export
This commit is contained in:
parent
39034474ba
commit
80b31ebe3b
1 changed files with 9 additions and 0 deletions
9
Development.md
Normal file
9
Development.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## Notes for Developers
|
||||
|
||||
### Local production builds
|
||||
|
||||
```sh
|
||||
yarn export:photos
|
||||
cd apps/
|
||||
python3 -m http.server
|
||||
```
|
Loading…
Add table
Reference in a new issue