- Account at fly.io.
- fly's cli is installed and authenticated.
- A Framework project.
- Put these files in the root of your Framework project. ie: the same folder as the observablehq.config.js
- Adjust value for
app
and likelyprimary_region
infly.toml
- Run
fly launch
- Make sure a docker daemon is running. ie: Docker, Orbstack or similar.
- In the root of your poject, run:
docker run -p 3000:80 $(docker build -q .)
- Open http://localhost:3000 in your browser