mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 02:47:06 +00:00
Make deploy documentation more clear
This commit is contained in:
@@ -6,7 +6,11 @@ If you would like to be interoperable with Flotilla, please check out this draft
|
|||||||
|
|
||||||
# Deploy
|
# 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
|
## Environment
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user