Make deploy documentation more clear

This commit is contained in:
Jon Staab
2025-01-24 09:49:14 -08:00
parent e0840f24dd
commit fa17c398ca

View File

@@ -6,7 +6,11 @@ If you would like to be interoperable with Flotilla, please check out this draft
# Deploy
To run your own Flotilla, it's as simple as `npm run build`, then serve the `build` directory.
To run your own Flotilla, it's as simple as:
- `npm install`
- `npm run build`
- `npx serve build`
## Environment