Civil Front Local Setup Connecting to Local API To connect the frontend with the local API, copy the .env.development file to .env: cp .env.development .env or on Windows: copy .env.development .env After creating the .env file, the frontend will automatically connect to the local API.