Learn how to develop with Flatfile CLI.
.env
file to bypass having to enter your API Key when running the develop command.
npx flatfile develop
from terminal to launch a local listener. As your code changes, file changes are detected and will be reflected
immediately.
npx flatfile develop path-to-file
if
you’re not running an index file.